#28AE36

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

Shades of Lime Green #28AE36

Tints of Lime Green #28AE36

Color information

#28AE36 (or 0x28AE36) is unknown color: approx Lime Green. HEX triplet: 28, AE and 36. RGB value is (40,174,54). Sum of RGB (Red+Green+Blue) = 40+174+54=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 174 (68.36% from 255 or 64.93% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AE36 is #D751C9. Grayscale: #787878. Windows color (decimal): -14111178 or 3583528. OLE color: 3583528.

HSL color Cylindrical-coordinate representation of color #28AE36: hue angle of 126.27º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AE36 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB4017454-
CMYK0.7700.690.32
HSL126.27º62.62%41.96%-
HSV(B)126.27º77.01%68.24%-
XYZ16.6830.998.59-
YUV120.2590.6170.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 174 (68.36% from 255) = 64.93%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=14.93%
G=64.93%
B=20.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40174540.7700.690.32126.2762.6241.96
Hex28AE364D045207e3f2a
Octal50256661150105401767752
Binary101000101011101101101001101010001011000001111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,174,54); }

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

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

 a { background-color: rgb(40,174,54); }

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

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

 span { border-color: rgb(40,174,54); }

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