Shades of Lime Green #20CE29
Tints of Lime Green #20CE29
RGB
CMYK
RGB Variations
Color information
#20CE29 (or 0x20CE29) is known color: Lime Green. HEX triplet: 20, CE and 29. RGB value is (32,206,41). Sum of RGB (Red+Green+Blue) = 32+206+41=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 206 (80.86% from 255 or 73.84% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 206 - color contains mainly: green. Hex color #20CE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CE29 is #DF31D6. Grayscale: #878787. Windows color (decimal): -14627287 or 2739744. OLE color: 2739744.
HSL color Cylindrical-coordinate representation of color #20CE29: hue angle of 123.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CE29 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 206 | 41 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.19 |
| HSL | 123.1º | 0.73% | 0.47% | - |
| HSV(B) | 123.1º | 0.84% | 0.81% | - |
| XYZ | 23.07 | 44.61 | 9.49 | - |
| YUV | 135.16 | 74.85 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 41 | 0.84 | 0 | 0.80 | 0.19 | 123.1 | 0.73 | 0.47 |
| Hex | 20 | CE | 29 | 54 | 0 | 50 | 13 | 7B | 49 | 2F |
| Octal | 40 | 316 | 51 | 124 | 0 | 120 | 23 | 173 | 111 | 57 |
| Binary | 100000 | 11001110 | 101001 | 1010100 | 0 | 1010000 | 10011 | 1111011 | 1001001 | 101111 |
Color Harmonies of #20CE29
Complementary color
Monochromatic Colors of #20CE29
Black with #20CE29
Text Example
Text Example
White with #20CE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CE29; }
p { color: rgb(32,206,41); }
H1.HeaderClassName
{
color: #20CE29;
}
.AnyTagClassName
{
color: #20CE29;
}
</style>
background-color css
<style>
a { background-color: #20CE29; }
a { background-color: rgb(32,206,41); }
div.DivClassName
{
background-color: #20CE29;
}
.BgClassName
{
background-color: #20CE29;
}
</style>
border-color css
<style>
span { border-color: #20CE29; }
span { border-color: rgb(32,206,41); }
td.TdClassName
{
border-color: #20CE29;
}
.TagClassName
{
border-color: #20CE29;
}
</style>