Shades of Lime Green #20CA3D
Tints of Lime Green #20CA3D
RGB
CMYK
RGB Variations
Color information
#20CA3D (or 0x20CA3D) is known color: Lime Green. HEX triplet: 20, CA and 3D. RGB value is (32,202,61). Sum of RGB (Red+Green+Blue) = 32+202+61=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 202 (79.30% from 255 or 68.47% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA3D is #DF35C2. Grayscale: #878787. Windows color (decimal): -14628291 or 4049440. OLE color: 4049440.
HSL color Cylindrical-coordinate representation of color #20CA3D: hue angle of 130.24º 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 #20CA3D is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 61 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.21 |
| HSL | 130.24º | 0.73% | 0.46% | - |
| HSV(B) | 130.24º | 0.84% | 0.79% | - |
| XYZ | 22.56 | 42.89 | 11.5 | - |
| YUV | 135.1 | 86.18 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 61 | 0.84 | 0 | 0.70 | 0.21 | 130.24 | 0.73 | 0.46 |
| Hex | 20 | CA | 3D | 54 | 0 | 46 | 15 | 82 | 49 | 2E |
| Octal | 40 | 312 | 75 | 124 | 0 | 106 | 25 | 202 | 111 | 56 |
| Binary | 100000 | 11001010 | 111101 | 1010100 | 0 | 1000110 | 10101 | 10000010 | 1001001 | 101110 |
Color Harmonies of #20CA3D
Complementary color
Monochromatic Colors of #20CA3D
Black with #20CA3D
Text Example
Text Example
White with #20CA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA3D; }
p { color: rgb(32,202,61); }
H1.HeaderClassName
{
color: #20CA3D;
}
.AnyTagClassName
{
color: #20CA3D;
}
</style>
background-color css
<style>
a { background-color: #20CA3D; }
a { background-color: rgb(32,202,61); }
div.DivClassName
{
background-color: #20CA3D;
}
.BgClassName
{
background-color: #20CA3D;
}
</style>
border-color css
<style>
span { border-color: #20CA3D; }
span { border-color: rgb(32,202,61); }
td.TdClassName
{
border-color: #20CA3D;
}
.TagClassName
{
border-color: #20CA3D;
}
</style>