#32E420

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

Shades of Lime Green #32E420

Tints of Lime Green #32E420

Color information

#32E420 (or 0x32E420) is unknown color: approx Lime Green. HEX triplet: 32, E4 and 20. RGB value is (50,228,32). Sum of RGB (Red+Green+Blue) = 50+228+32=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 228 (89.45% from 255 or 73.55% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 228 - color contains mainly: green. Hex color #32E420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E420 is #CD1BDF. Grayscale: #999999. Windows color (decimal): -13442016 or 2155570. OLE color: 2155570.

HSL color Cylindrical-coordinate representation of color #32E420: hue angle of 114.49º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32E420 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB5022832-
CMYK0.7800.860.11
HSL114.49º78.4%50.98%-
HSV(B)114.49º85.96%89.41%-
XYZ29.3256.2710.68-
YUV152.4360.0354.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 228 (89.45% from 255) = 73.55%
BLUE value IS 32 (12.89% from 255) = 10.32%
R=16.13%
G=73.55%
B=10.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal50228320.7800.860.11114.4978.450.98
Hex32E4204E056B724e33
Octal623444011601261316211663
Binary11001011100100100000100111001010110101111100101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32E420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,228,32); }

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

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

 a { background-color: rgb(50,228,32); }

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

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

 span { border-color: rgb(50,228,32); }

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