Shades of Lime Green #20CB40
Tints of Lime Green #20CB40
RGB
CMYK
RGB Variations
Color information
#20CB40 (or 0x20CB40) is known color: Lime Green. HEX triplet: 20, CB and 40. RGB value is (32,203,64). Sum of RGB (Red+Green+Blue) = 32+203+64=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 203 (79.69% from 255 or 67.89% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CB40 is #DF34BF. Grayscale: #888888. Windows color (decimal): -14628032 or 4246304. OLE color: 4246304.
HSL color Cylindrical-coordinate representation of color #20CB40: hue angle of 131.23º 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 #20CB40 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 64 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.20 |
| HSL | 131.23º | 0.73% | 0.46% | - |
| HSV(B) | 131.23º | 0.84% | 0.8% | - |
| XYZ | 22.88 | 43.39 | 12.02 | - |
| YUV | 136.03 | 87.35 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 64 | 0.84 | 0 | 0.68 | 0.20 | 131.23 | 0.73 | 0.46 |
| Hex | 20 | CB | 40 | 54 | 0 | 44 | 14 | 83 | 49 | 2E |
| Octal | 40 | 313 | 100 | 124 | 0 | 104 | 24 | 203 | 111 | 56 |
| Binary | 100000 | 11001011 | 1000000 | 1010100 | 0 | 1000100 | 10100 | 10000011 | 1001001 | 101110 |
Color Harmonies of #20CB40
Complementary color
Monochromatic Colors of #20CB40
Black with #20CB40
Text Example
Text Example
White with #20CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB40; }
p { color: rgb(32,203,64); }
H1.HeaderClassName
{
color: #20CB40;
}
.AnyTagClassName
{
color: #20CB40;
}
</style>
background-color css
<style>
a { background-color: #20CB40; }
a { background-color: rgb(32,203,64); }
div.DivClassName
{
background-color: #20CB40;
}
.BgClassName
{
background-color: #20CB40;
}
</style>
border-color css
<style>
span { border-color: #20CB40; }
span { border-color: rgb(32,203,64); }
td.TdClassName
{
border-color: #20CB40;
}
.TagClassName
{
border-color: #20CB40;
}
</style>