Shades of Lime Green #20CA1E
Tints of Lime Green #20CA1E
RGB
CMYK
RGB Variations
Color information
#20CA1E (or 0x20CA1E) is known color: Lime Green. HEX triplet: 20, CA and 1E. RGB value is (32,202,30). Sum of RGB (Red+Green+Blue) = 32+202+30=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 202 (79.30% from 255 or 76.52% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA1E is #DF35E1. Grayscale: #848484. Windows color (decimal): -14628322 or 2017824. OLE color: 2017824.
HSL color Cylindrical-coordinate representation of color #20CA1E: hue angle of 119.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CA1E is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 30 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.21 |
| HSL | 119.3º | 0.74% | 0.45% | - |
| HSV(B) | 119.3º | 0.85% | 0.79% | - |
| XYZ | 21.95 | 42.64 | 8.3 | - |
| YUV | 131.56 | 70.68 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 30 | 0.84 | 0 | 0.85 | 0.21 | 119.3 | 0.74 | 0.45 |
| Hex | 20 | CA | 1E | 54 | 0 | 55 | 15 | 77 | 4A | 2D |
| Octal | 40 | 312 | 36 | 124 | 0 | 125 | 25 | 167 | 112 | 55 |
| Binary | 100000 | 11001010 | 11110 | 1010100 | 0 | 1010101 | 10101 | 1110111 | 1001010 | 101101 |
Color Harmonies of #20CA1E
Complementary color
Monochromatic Colors of #20CA1E
Black with #20CA1E
Text Example
Text Example
White with #20CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA1E; }
p { color: rgb(32,202,30); }
H1.HeaderClassName
{
color: #20CA1E;
}
.AnyTagClassName
{
color: #20CA1E;
}
</style>
background-color css
<style>
a { background-color: #20CA1E; }
a { background-color: rgb(32,202,30); }
div.DivClassName
{
background-color: #20CA1E;
}
.BgClassName
{
background-color: #20CA1E;
}
</style>
border-color css
<style>
span { border-color: #20CA1E; }
span { border-color: rgb(32,202,30); }
td.TdClassName
{
border-color: #20CA1E;
}
.TagClassName
{
border-color: #20CA1E;
}
</style>