Shades of Lime Green #20CA41
Tints of Lime Green #20CA41
RGB
CMYK
RGB Variations
Color information
#20CA41 (or 0x20CA41) is known color: Lime Green. HEX triplet: 20, CA and 41. RGB value is (32,202,65). Sum of RGB (Red+Green+Blue) = 32+202+65=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 202 (79.30% from 255 or 67.56% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA41 is #DF35BE. Grayscale: #878787. Windows color (decimal): -14628287 or 4311584. OLE color: 4311584.
HSL color Cylindrical-coordinate representation of color #20CA41: hue angle of 131.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA41 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 65 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.21 |
| HSL | 131.65º | 0.73% | 0.46% | - |
| HSV(B) | 131.65º | 0.84% | 0.79% | - |
| XYZ | 22.67 | 42.93 | 12.09 | - |
| YUV | 135.55 | 88.18 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 65 | 0.84 | 0 | 0.68 | 0.21 | 131.65 | 0.73 | 0.46 |
| Hex | 20 | CA | 41 | 54 | 0 | 44 | 15 | 84 | 49 | 2E |
| Octal | 40 | 312 | 101 | 124 | 0 | 104 | 25 | 204 | 111 | 56 |
| Binary | 100000 | 11001010 | 1000001 | 1010100 | 0 | 1000100 | 10101 | 10000100 | 1001001 | 101110 |
Color Harmonies of #20CA41
Complementary color
Monochromatic Colors of #20CA41
Black with #20CA41
Text Example
Text Example
White with #20CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA41; }
p { color: rgb(32,202,65); }
H1.HeaderClassName
{
color: #20CA41;
}
.AnyTagClassName
{
color: #20CA41;
}
</style>
background-color css
<style>
a { background-color: #20CA41; }
a { background-color: rgb(32,202,65); }
div.DivClassName
{
background-color: #20CA41;
}
.BgClassName
{
background-color: #20CA41;
}
</style>
border-color css
<style>
span { border-color: #20CA41; }
span { border-color: rgb(32,202,65); }
td.TdClassName
{
border-color: #20CA41;
}
.TagClassName
{
border-color: #20CA41;
}
</style>