Shades of Lime Green #20CA23
Tints of Lime Green #20CA23
RGB
CMYK
RGB Variations
Color information
#20CA23 (or 0x20CA23) is known color: Lime Green. HEX triplet: 20, CA and 23. RGB value is (32,202,35). Sum of RGB (Red+Green+Blue) = 32+202+35=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA23 is #DF35DC. Grayscale: #848484. Windows color (decimal): -14628317 or 2345504. OLE color: 2345504.
HSL color Cylindrical-coordinate representation of color #20CA23: hue angle of 121.06º 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 #20CA23 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 35 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.21 |
| HSL | 121.06º | 0.73% | 0.46% | - |
| HSV(B) | 121.06º | 0.84% | 0.79% | - |
| XYZ | 22.02 | 42.67 | 8.67 | - |
| YUV | 132.13 | 73.18 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 35 | 0.84 | 0 | 0.83 | 0.21 | 121.06 | 0.73 | 0.46 |
| Hex | 20 | CA | 23 | 54 | 0 | 53 | 15 | 79 | 49 | 2E |
| Octal | 40 | 312 | 43 | 124 | 0 | 123 | 25 | 171 | 111 | 56 |
| Binary | 100000 | 11001010 | 100011 | 1010100 | 0 | 1010011 | 10101 | 1111001 | 1001001 | 101110 |
Color Harmonies of #20CA23
Complementary color
Monochromatic Colors of #20CA23
Black with #20CA23
Text Example
Text Example
White with #20CA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA23; }
p { color: rgb(32,202,35); }
H1.HeaderClassName
{
color: #20CA23;
}
.AnyTagClassName
{
color: #20CA23;
}
</style>
background-color css
<style>
a { background-color: #20CA23; }
a { background-color: rgb(32,202,35); }
div.DivClassName
{
background-color: #20CA23;
}
.BgClassName
{
background-color: #20CA23;
}
</style>
border-color css
<style>
span { border-color: #20CA23; }
span { border-color: rgb(32,202,35); }
td.TdClassName
{
border-color: #20CA23;
}
.TagClassName
{
border-color: #20CA23;
}
</style>