#28AA36

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

Shades of Lime Green #28AA36

Tints of Lime Green #28AA36

Color information

#28AA36 (or 0x28AA36) is unknown color: approx Lime Green. HEX triplet: 28, AA and 36. RGB value is (40,170,54). Sum of RGB (Red+Green+Blue) = 40+170+54=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA36 is #D755C9. Grayscale: #767676. Windows color (decimal): -14112202 or 3582504. OLE color: 3582504.

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

Color convert

RGB4017054-
CMYK0.7600.680.33
HSL126.46º61.9%41.18%-
HSV(B)126.46º76.47%66.67%-
XYZ15.9229.478.34-
YUV117.9191.9372.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.15%
GREEN value IS 170 (66.80% from 255) = 64.39%
BLUE value IS 54 (21.48% from 255) = 20.45%
R=15.15%
G=64.39%
B=20.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40170540.7600.680.33126.4661.941.18
Hex28AA364C044217e3e29
Octal50252661140104411767651
Binary101000101010101101101001100010001001000011111110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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