Shades of Lime Green #2AAF20
Tints of Lime Green #2AAF20
RGB
CMYK
RGB Variations
Color information
#2AAF20 (or 0x2AAF20) is known color: Lime Green. HEX triplet: 2A, AF and 20. RGB value is (42,175,32). Sum of RGB (Red+Green+Blue) = 42+175+32=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAF20 is #D550DF. Grayscale: #777777. Windows color (decimal): -13979872 or 2141994. OLE color: 2141994.
HSL color Cylindrical-coordinate representation of color #2AAF20: hue angle of 115.8º 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 #2AAF20 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 32 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.31 |
| HSL | 115.8º | 0.69% | 0.41% | - |
| HSV(B) | 115.8º | 0.82% | 0.69% | - |
| XYZ | 16.55 | 31.26 | 6.53 | - |
| YUV | 118.93 | 78.94 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 32 | 0.76 | 0 | 0.82 | 0.31 | 115.8 | 0.69 | 0.41 |
| Hex | 2A | AF | 20 | 4C | 0 | 52 | 1F | 74 | 45 | 29 |
| Octal | 52 | 257 | 40 | 114 | 0 | 122 | 37 | 164 | 105 | 51 |
| Binary | 101010 | 10101111 | 100000 | 1001100 | 0 | 1010010 | 11111 | 1110100 | 1000101 | 101001 |
Color Harmonies of #2AAF20
Complementary color
Monochromatic Colors of #2AAF20
Black with #2AAF20
Text Example
Text Example
White with #2AAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF20; }
p { color: rgb(42,175,32); }
H1.HeaderClassName
{
color: #2AAF20;
}
.AnyTagClassName
{
color: #2AAF20;
}
</style>
background-color css
<style>
a { background-color: #2AAF20; }
a { background-color: rgb(42,175,32); }
div.DivClassName
{
background-color: #2AAF20;
}
.BgClassName
{
background-color: #2AAF20;
}
</style>
border-color css
<style>
span { border-color: #2AAF20; }
span { border-color: rgb(42,175,32); }
td.TdClassName
{
border-color: #2AAF20;
}
.TagClassName
{
border-color: #2AAF20;
}
</style>