Shades of Lime Green #20CA12
Tints of Lime Green #20CA12
RGB
CMYK
RGB Variations
Color information
#20CA12 (or 0x20CA12) is known color: Lime Green. HEX triplet: 20, CA and 12. RGB value is (32,202,18). Sum of RGB (Red+Green+Blue) = 32+202+18=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 202 (79.30% from 255 or 80.16% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CA12 is #DF35ED. Grayscale: #828282. Windows color (decimal): -14628334 or 1231392. OLE color: 1231392.
HSL color Cylindrical-coordinate representation of color #20CA12: hue angle of 115.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20CA12 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
RGB | 32 | 202 | 18 | - |
CMYK | 0.84 | 0 | 0.91 | 0.21 |
HSL | 115.43º | 0.84% | 0.43% | - |
HSV(B) | 115.43º | 0.91% | 0.79% | - |
XYZ | 21.83 | 42.59 | 7.64 | - |
YUV | 130.19 | 64.68 | 57.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 202 | 18 | 0.84 | 0 | 0.91 | 0.21 | 115.43 | 0.84 | 0.43 |
Hex | 20 | CA | 12 | 54 | 0 | 5B | 15 | 73 | 54 | 2B |
Octal | 40 | 312 | 22 | 124 | 0 | 133 | 25 | 163 | 124 | 53 |
Binary | 100000 | 11001010 | 10010 | 1010100 | 0 | 1011011 | 10101 | 1110011 | 1010100 | 101011 |
Color Harmonies of #20CA12
Complementary color
Monochromatic Colors of #20CA12
Black with #20CA12
Text Example
Text Example
White with #20CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA12; }
p { color: rgb(32,202,18); }
H1.HeaderClassName
{
color: #20CA12;
}
.AnyTagClassName
{
color: #20CA12;
}
</style>
background-color css
<style>
a { background-color: #20CA12; }
a { background-color: rgb(32,202,18); }
div.DivClassName
{
background-color: #20CA12;
}
.BgClassName
{
background-color: #20CA12;
}
</style>
border-color css
<style>
span { border-color: #20CA12; }
span { border-color: rgb(32,202,18); }
td.TdClassName
{
border-color: #20CA12;
}
.TagClassName
{
border-color: #20CA12;
}
</style>