#32E028

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

Shades of Lime Green #32E028

Tints of Lime Green #32E028

Color information

#32E028 (or 0x32E028) is unknown color: approx Lime Green. HEX triplet: 32, E0 and 28. RGB value is (50,224,40). Sum of RGB (Red+Green+Blue) = 50+224+40=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #32E028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E028 is #CD1FD7. Grayscale: #979797. Windows color (decimal): -13443032 or 2678834. OLE color: 2678834.

HSL color Cylindrical-coordinate representation of color #32E028: hue angle of 116.74º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32E028 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB5022440-
CMYK0.7800.820.12
HSL116.74º74.8%51.76%-
HSV(B)116.74º82.14%87.84%-
XYZ28.3554.1410.96-
YUV15165.3555.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 224 (87.89% from 255) = 71.34%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=15.92%
G=71.34%
B=12.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal50224400.7800.820.12116.7474.851.76
Hex32E0284E052C754b34
Octal623405011601221416511364
Binary11001011100000101000100111001010010110011101011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32E028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32E028; }

 p { color: rgb(50,224,40); }

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

<style>
 a { background-color: #32E028; }

 a { background-color: rgb(50,224,40); }

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

<style>
 span { border-color: #32E028; }

 span { border-color: rgb(50,224,40); }

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