Shades of Lime Green #20CD29
Tints of Lime Green #20CD29
RGB
CMYK
RGB Variations
Color information
#20CD29 (or 0x20CD29) is known color: Lime Green. HEX triplet: 20, CD and 29. RGB value is (32,205,41). Sum of RGB (Red+Green+Blue) = 32+205+41=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD29 is #DF32D6. Grayscale: #878787. Windows color (decimal): -14627543 or 2739488. OLE color: 2739488.
HSL color Cylindrical-coordinate representation of color #20CD29: hue angle of 123.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CD29 is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 41 | - |
| CMYK | 0.84 | 0 | 0.8 | 0.20 |
| HSL | 123.12º | 0.73% | 0.46% | - |
| HSV(B) | 123.12º | 0.84% | 0.8% | - |
| XYZ | 22.83 | 44.13 | 9.41 | - |
| YUV | 134.58 | 75.19 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 41 | 0.84 | 0 | 0.8 | 0.20 | 123.12 | 0.73 | 0.46 |
| Hex | 20 | CD | 29 | 54 | 0 | 50 | 14 | 7B | 49 | 2E |
| Octal | 40 | 315 | 51 | 124 | 0 | 120 | 24 | 173 | 111 | 56 |
| Binary | 100000 | 11001101 | 101001 | 1010100 | 0 | 1010000 | 10100 | 1111011 | 1001001 | 101110 |
Color Harmonies of #20CD29
Complementary color
Monochromatic Colors of #20CD29
Black with #20CD29
Text Example
Text Example
White with #20CD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD29; }
p { color: rgb(32,205,41); }
H1.HeaderClassName
{
color: #20CD29;
}
.AnyTagClassName
{
color: #20CD29;
}
</style>
background-color css
<style>
a { background-color: #20CD29; }
a { background-color: rgb(32,205,41); }
div.DivClassName
{
background-color: #20CD29;
}
.BgClassName
{
background-color: #20CD29;
}
</style>
border-color css
<style>
span { border-color: #20CD29; }
span { border-color: rgb(32,205,41); }
td.TdClassName
{
border-color: #20CD29;
}
.TagClassName
{
border-color: #20CD29;
}
</style>