Shades of Lime Green #20D92A
Tints of Lime Green #20D92A
RGB
CMYK
RGB Variations
Color information
#20D92A (or 0x20D92A) is known color: Lime Green. HEX triplet: 20, D9 and 2A. RGB value is (32,217,42). Sum of RGB (Red+Green+Blue) = 32+217+42=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 217 (85.16% from 255 or 74.57% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 217 - color contains mainly: green. Hex color #20D92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D92A is #DF26D5. Grayscale: #8E8E8E. Windows color (decimal): -14624470 or 2808096. OLE color: 2808096.
HSL color Cylindrical-coordinate representation of color #20D92A: hue angle of 123.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D92A is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 42 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.15 |
| HSL | 123.24º | 0.74% | 0.49% | - |
| HSV(B) | 123.24º | 0.85% | 0.85% | - |
| XYZ | 25.83 | 50.1 | 10.5 | - |
| YUV | 141.74 | 71.71 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 42 | 0.85 | 0 | 0.81 | 0.15 | 123.24 | 0.74 | 0.49 |
| Hex | 20 | D9 | 2A | 55 | 0 | 51 | F | 7B | 4A | 31 |
| Octal | 40 | 331 | 52 | 125 | 0 | 121 | 17 | 173 | 112 | 61 |
| Binary | 100000 | 11011001 | 101010 | 1010101 | 0 | 1010001 | 1111 | 1111011 | 1001010 | 110001 |
Color Harmonies of #20D92A
Complementary color
Monochromatic Colors of #20D92A
Black with #20D92A
Text Example
Text Example
White with #20D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D92A; }
p { color: rgb(32,217,42); }
H1.HeaderClassName
{
color: #20D92A;
}
.AnyTagClassName
{
color: #20D92A;
}
</style>
background-color css
<style>
a { background-color: #20D92A; }
a { background-color: rgb(32,217,42); }
div.DivClassName
{
background-color: #20D92A;
}
.BgClassName
{
background-color: #20D92A;
}
</style>
border-color css
<style>
span { border-color: #20D92A; }
span { border-color: rgb(32,217,42); }
td.TdClassName
{
border-color: #20D92A;
}
.TagClassName
{
border-color: #20D92A;
}
</style>