#28AB34

Color #28AB34 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #28AB34

Tints of Lime Green #28AB34

Color information

#28AB34 (or 0x28AB34) is unknown color: approx Lime Green. HEX triplet: 28, AB and 34. RGB value is (40,171,52). Sum of RGB (Red+Green+Blue) = 40+171+52=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 171 (67.19% from 255 or 65.02% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AB34 is #D754CB. Grayscale: #767676. Windows color (decimal): -14111948 or 3451688. OLE color: 3451688.

HSL color Cylindrical-coordinate representation of color #28AB34: hue angle of 125.5º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB34 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB4017152-
CMYK0.7700.700.33
HSL125.5º62.09%41.37%-
HSV(B)125.5º76.61%67.06%-
XYZ16.0629.828.16-
YUV118.2690.672.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 15.21%
GREEN value IS 171 (67.19% from 255) = 65.02%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=15.21%
G=65.02%
B=19.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40171520.7700.700.33125.562.0941.37
Hex28AB344D046217d3e29
Octal50253641150106411757651
Binary101000101010111101001001101010001101000011111101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28AB34; }

 p { color: rgb(40,171,52); }

 H1.HeaderClassName
 {
   color: #28AB34;
 }
 .AnyTagClassName
 {
   color: #28AB34;
 }
</style>
background-color css

<style>
 a { background-color: #28AB34; }

 a { background-color: rgb(40,171,52); }

 div.DivClassName
 {
   background-color: #28AB34;
 }
 .BgClassName
 {
   background-color: #28AB34;
 }
</style>
border-color css

<style>
 span { border-color: #28AB34; }

 span { border-color: rgb(40,171,52); }

 td.TdClassName
 {
   border-color: #28AB34;
 }
 .TagClassName
 {
   border-color: #28AB34;
 }
</style>