Shades of Lime Green #20D232
Tints of Lime Green #20D232
RGB
CMYK
RGB Variations
Color information
#20D232 (or 0x20D232) is known color: 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
| RGB | 32 | 210 | 50 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.18 |
| HSL | 126.07º | 0.74% | 0.47% | - |
| HSV(B) | 126.07º | 0.85% | 0.82% | - |
| XYZ | 24.22 | 46.63 | 10.74 | - |
| YUV | 138.54 | 78.03 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 50 | 0.85 | 0 | 0.76 | 0.18 | 126.07 | 0.74 | 0.47 |
| Hex | 20 | D2 | 32 | 55 | 0 | 4C | 12 | 7E | 4A | 2F |
| Octal | 40 | 322 | 62 | 125 | 0 | 114 | 22 | 176 | 112 | 57 |
| Binary | 100000 | 11010010 | 110010 | 1010101 | 0 | 1001100 | 10010 | 1111110 | 1001010 | 101111 |
Color Harmonies of #20D232
Complementary color
Monochromatic Colors of #20D232
Black with #20D232
Text Example
Text Example
White with #20D232
Text Example
Text Example
HTML Codes & Css Web 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>