Shades of Lime Green #20C92D
Tints of Lime Green #20C92D
RGB
CMYK
RGB Variations
Color information
#20C92D (or 0x20C92D) is known color: Lime Green. HEX triplet: 20, C9 and 2D. RGB value is (32,201,45). Sum of RGB (Red+Green+Blue) = 32+201+45=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 201 (78.91% from 255 or 72.30% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 201 - color contains mainly: green. Hex color #20C92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C92D is #DF36D2. Grayscale: #858585. Windows color (decimal): -14628563 or 3000608. OLE color: 3000608.
HSL color Cylindrical-coordinate representation of color #20C92D: hue angle of 124.62º 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 #20C92D is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 45 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.21 |
| HSL | 124.62º | 0.73% | 0.46% | - |
| HSV(B) | 124.62º | 0.84% | 0.79% | - |
| XYZ | 21.96 | 42.27 | 9.48 | - |
| YUV | 132.69 | 78.51 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 45 | 0.84 | 0 | 0.78 | 0.21 | 124.62 | 0.73 | 0.46 |
| Hex | 20 | C9 | 2D | 54 | 0 | 4E | 15 | 7D | 49 | 2E |
| Octal | 40 | 311 | 55 | 124 | 0 | 116 | 25 | 175 | 111 | 56 |
| Binary | 100000 | 11001001 | 101101 | 1010100 | 0 | 1001110 | 10101 | 1111101 | 1001001 | 101110 |
Color Harmonies of #20C92D
Complementary color
Monochromatic Colors of #20C92D
Black with #20C92D
Text Example
Text Example
White with #20C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C92D; }
p { color: rgb(32,201,45); }
H1.HeaderClassName
{
color: #20C92D;
}
.AnyTagClassName
{
color: #20C92D;
}
</style>
background-color css
<style>
a { background-color: #20C92D; }
a { background-color: rgb(32,201,45); }
div.DivClassName
{
background-color: #20C92D;
}
.BgClassName
{
background-color: #20C92D;
}
</style>
border-color css
<style>
span { border-color: #20C92D; }
span { border-color: rgb(32,201,45); }
td.TdClassName
{
border-color: #20C92D;
}
.TagClassName
{
border-color: #20C92D;
}
</style>