Shades of Lime Green #20AF29
Tints of Lime Green #20AF29
RGB
CMYK
RGB Variations
Color information
#20AF29 (or 0x20AF29) is known color: Lime Green. HEX triplet: 20, AF and 29. RGB value is (32,175,41). Sum of RGB (Red+Green+Blue) = 32+175+41=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF29 is #DF50D6. Grayscale: #757575. Windows color (decimal): -14635223 or 2731808. OLE color: 2731808.
HSL color Cylindrical-coordinate representation of color #20AF29: hue angle of 123.78º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF29 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 41 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.31 |
| HSL | 123.78º | 0.69% | 0.41% | - |
| HSV(B) | 123.78º | 0.82% | 0.69% | - |
| XYZ | 16.33 | 31.13 | 7.25 | - |
| YUV | 116.97 | 85.12 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 41 | 0.82 | 0 | 0.77 | 0.31 | 123.78 | 0.69 | 0.41 |
| Hex | 20 | AF | 29 | 52 | 0 | 4D | 1F | 7C | 45 | 29 |
| Octal | 40 | 257 | 51 | 122 | 0 | 115 | 37 | 174 | 105 | 51 |
| Binary | 100000 | 10101111 | 101001 | 1010010 | 0 | 1001101 | 11111 | 1111100 | 1000101 | 101001 |
Color Harmonies of #20AF29
Complementary color
Monochromatic Colors of #20AF29
Black with #20AF29
Text Example
Text Example
White with #20AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF29; }
p { color: rgb(32,175,41); }
H1.HeaderClassName
{
color: #20AF29;
}
.AnyTagClassName
{
color: #20AF29;
}
</style>
background-color css
<style>
a { background-color: #20AF29; }
a { background-color: rgb(32,175,41); }
div.DivClassName
{
background-color: #20AF29;
}
.BgClassName
{
background-color: #20AF29;
}
</style>
border-color css
<style>
span { border-color: #20AF29; }
span { border-color: rgb(32,175,41); }
td.TdClassName
{
border-color: #20AF29;
}
.TagClassName
{
border-color: #20AF29;
}
</style>