Shades of Lime Green #20C92A
Tints of Lime Green #20C92A
RGB
CMYK
RGB Variations
Color information
#20C92A (or 0x20C92A) is known color: Lime Green. HEX triplet: 20, C9 and 2A. RGB value is (32,201,42). Sum of RGB (Red+Green+Blue) = 32+201+42=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 201 (78.91% from 255 or 73.09% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 201 - color contains mainly: green. Hex color #20C92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C92A is #DF36D5. Grayscale: #848484. Windows color (decimal): -14628566 or 2804000. OLE color: 2804000.
HSL color Cylindrical-coordinate representation of color #20C92A: hue angle of 123.55º 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 #20C92A is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 42 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.21 |
| HSL | 123.55º | 0.73% | 0.46% | - |
| HSV(B) | 123.55º | 0.84% | 0.79% | - |
| XYZ | 21.9 | 42.25 | 9.19 | - |
| YUV | 132.34 | 77.01 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 42 | 0.84 | 0 | 0.79 | 0.21 | 123.55 | 0.73 | 0.46 |
| Hex | 20 | C9 | 2A | 54 | 0 | 4F | 15 | 7C | 49 | 2E |
| Octal | 40 | 311 | 52 | 124 | 0 | 117 | 25 | 174 | 111 | 56 |
| Binary | 100000 | 11001001 | 101010 | 1010100 | 0 | 1001111 | 10101 | 1111100 | 1001001 | 101110 |
Color Harmonies of #20C92A
Complementary color
Monochromatic Colors of #20C92A
Black with #20C92A
Text Example
Text Example
White with #20C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C92A; }
p { color: rgb(32,201,42); }
H1.HeaderClassName
{
color: #20C92A;
}
.AnyTagClassName
{
color: #20C92A;
}
</style>
background-color css
<style>
a { background-color: #20C92A; }
a { background-color: rgb(32,201,42); }
div.DivClassName
{
background-color: #20C92A;
}
.BgClassName
{
background-color: #20C92A;
}
</style>
border-color css
<style>
span { border-color: #20C92A; }
span { border-color: rgb(32,201,42); }
td.TdClassName
{
border-color: #20C92A;
}
.TagClassName
{
border-color: #20C92A;
}
</style>