Shades of Lime Green #20CB32
Tints of Lime Green #20CB32
RGB
CMYK
RGB Variations
Color information
#20CB32 (or 0x20CB32) is known color: Lime Green. HEX triplet: 20, CB and 32. RGB value is (32,203,50). Sum of RGB (Red+Green+Blue) = 32+203+50=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 203 (79.69% from 255 or 71.23% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CB32 is #DF34CD. Grayscale: #868686. Windows color (decimal): -14628046 or 3328800. OLE color: 3328800.
HSL color Cylindrical-coordinate representation of color #20CB32: hue angle of 126.32º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CB32 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 50 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.20 |
| HSL | 126.32º | 0.73% | 0.46% | - |
| HSV(B) | 126.32º | 0.84% | 0.8% | - |
| XYZ | 22.53 | 43.25 | 10.18 | - |
| YUV | 134.43 | 80.35 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 50 | 0.84 | 0 | 0.75 | 0.20 | 126.32 | 0.73 | 0.46 |
| Hex | 20 | CB | 32 | 54 | 0 | 4B | 14 | 7E | 49 | 2E |
| Octal | 40 | 313 | 62 | 124 | 0 | 113 | 24 | 176 | 111 | 56 |
| Binary | 100000 | 11001011 | 110010 | 1010100 | 0 | 1001011 | 10100 | 1111110 | 1001001 | 101110 |
Color Harmonies of #20CB32
Complementary color
Monochromatic Colors of #20CB32
Black with #20CB32
Text Example
Text Example
White with #20CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB32; }
p { color: rgb(32,203,50); }
H1.HeaderClassName
{
color: #20CB32;
}
.AnyTagClassName
{
color: #20CB32;
}
</style>
background-color css
<style>
a { background-color: #20CB32; }
a { background-color: rgb(32,203,50); }
div.DivClassName
{
background-color: #20CB32;
}
.BgClassName
{
background-color: #20CB32;
}
</style>
border-color css
<style>
span { border-color: #20CB32; }
span { border-color: rgb(32,203,50); }
td.TdClassName
{
border-color: #20CB32;
}
.TagClassName
{
border-color: #20CB32;
}
</style>