#32DE21

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

Shades of Lime Green #32DE21

Tints of Lime Green #32DE21

Color information

#32DE21 (or 0x32DE21) is unknown color: approx Lime Green. HEX triplet: 32, DE and 21. RGB value is (50,222,33). Sum of RGB (Red+Green+Blue) = 50+222+33=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 222 (87.11% from 255 or 72.79% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE21 is #CD21DE. Grayscale: #959595. Windows color (decimal): -13443551 or 2219570. OLE color: 2219570.

HSL color Cylindrical-coordinate representation of color #32DE21: hue angle of 114.6º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32DE21 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB5022233-
CMYK0.7700.850.13
HSL114.6º74.12%50%-
HSV(B)114.6º85.14%87.06%-
XYZ27.7153.0310.21-
YUV149.0362.5257.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 222 (87.11% from 255) = 72.79%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=16.39%
G=72.79%
B=10.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal50222330.7700.850.13114.674.1250
Hex32DE214D055D734a32
Octal623364111501251516311262
Binary11001011011110100001100110101010101110111100111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,222,33); }

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

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

 a { background-color: rgb(50,222,33); }

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

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

 span { border-color: rgb(50,222,33); }

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