Shades of Lime Green #21AF29
Tints of Lime Green #21AF29
RGB
CMYK
RGB Variations
Color information
#21AF29 (or 0x21AF29) is known color: Lime Green. HEX triplet: 21, AF and 29. RGB value is (33,175,41). Sum of RGB (Red+Green+Blue) = 33+175+41=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AF29 is #DE50D6. Grayscale: #757575. Windows color (decimal): -14569687 or 2731809. OLE color: 2731809.
HSL color Cylindrical-coordinate representation of color #21AF29: hue angle of 123.38º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF29 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 41 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.31 |
| HSL | 123.38º | 0.68% | 0.41% | - |
| HSV(B) | 123.38º | 0.81% | 0.69% | - |
| XYZ | 16.36 | 31.14 | 7.25 | - |
| YUV | 117.27 | 84.96 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 41 | 0.81 | 0 | 0.77 | 0.31 | 123.38 | 0.68 | 0.41 |
| Hex | 21 | AF | 29 | 51 | 0 | 4D | 1F | 7B | 44 | 29 |
| Octal | 41 | 257 | 51 | 121 | 0 | 115 | 37 | 173 | 104 | 51 |
| Binary | 100001 | 10101111 | 101001 | 1010001 | 0 | 1001101 | 11111 | 1111011 | 1000100 | 101001 |
Color Harmonies of #21AF29
Complementary color
Monochromatic Colors of #21AF29
Black with #21AF29
Text Example
Text Example
White with #21AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF29; }
p { color: rgb(33,175,41); }
H1.HeaderClassName
{
color: #21AF29;
}
.AnyTagClassName
{
color: #21AF29;
}
</style>
background-color css
<style>
a { background-color: #21AF29; }
a { background-color: rgb(33,175,41); }
div.DivClassName
{
background-color: #21AF29;
}
.BgClassName
{
background-color: #21AF29;
}
</style>
border-color css
<style>
span { border-color: #21AF29; }
span { border-color: rgb(33,175,41); }
td.TdClassName
{
border-color: #21AF29;
}
.TagClassName
{
border-color: #21AF29;
}
</style>