#20D232

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

Shades of Lime Green #20D232

Tints of Lime Green #20D232

Color information

#20D232 (or 0x20D232) is unknown color: approx Lime Green. HEX triplet: 20, D2 and 32. RGB value is (32,210,50). Sum of RGB (Red+Green+Blue) = 32+210+50=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 210 (82.42% from 255 or 71.92% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 210 - color contains mainly: green. Hex color #20D232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D232 is #DF2DCD. Grayscale: #8B8B8B. Windows color (decimal): -14626254 or 3330592. OLE color: 3330592.

HSL color Cylindrical-coordinate representation of color #20D232: hue angle of 126.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D232 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB3221050-
CMYK0.8500.760.18
HSL126.07º73.55%47.45%-
HSV(B)126.07º84.76%82.35%-
XYZ24.2246.6310.74-
YUV138.5478.0352.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.96%
GREEN value IS 210 (82.42% from 255) = 71.92%
BLUE value IS 50 (19.92% from 255) = 17.12%
R=10.96%
G=71.92%
B=17.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal32210500.8500.760.18126.0773.5547.45
Hex20D2325504C127e4a2f
Octal403226212501142217611257
Binary100000110100101100101010101010011001001011111101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20D232; }

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

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

<style>
 a { background-color: #20D232; }

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

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

<style>
 span { border-color: #20D232; }

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

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