Shades of Lime Green #2AAF24
Tints of Lime Green #2AAF24
RGB
CMYK
RGB Variations
Color information
#2AAF24 (or 0x2AAF24) is known color: Lime Green. HEX triplet: 2A, AF and 24. RGB value is (42,175,36). Sum of RGB (Red+Green+Blue) = 42+175+36=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAF24 is #D550DB. Grayscale: #777777. Windows color (decimal): -13979868 or 2404138. OLE color: 2404138.
HSL color Cylindrical-coordinate representation of color #2AAF24: hue angle of 117.41º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AAF24 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 36 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.31 |
| HSL | 117.41º | 0.66% | 0.41% | - |
| HSV(B) | 117.41º | 0.79% | 0.69% | - |
| XYZ | 16.6 | 31.28 | 6.83 | - |
| YUV | 119.39 | 80.94 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 36 | 0.76 | 0 | 0.79 | 0.31 | 117.41 | 0.66 | 0.41 |
| Hex | 2A | AF | 24 | 4C | 0 | 4F | 1F | 75 | 42 | 29 |
| Octal | 52 | 257 | 44 | 114 | 0 | 117 | 37 | 165 | 102 | 51 |
| Binary | 101010 | 10101111 | 100100 | 1001100 | 0 | 1001111 | 11111 | 1110101 | 1000010 | 101001 |
Color Harmonies of #2AAF24
Complementary color
Monochromatic Colors of #2AAF24
Black with #2AAF24
Text Example
Text Example
White with #2AAF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF24; }
p { color: rgb(42,175,36); }
H1.HeaderClassName
{
color: #2AAF24;
}
.AnyTagClassName
{
color: #2AAF24;
}
</style>
background-color css
<style>
a { background-color: #2AAF24; }
a { background-color: rgb(42,175,36); }
div.DivClassName
{
background-color: #2AAF24;
}
.BgClassName
{
background-color: #2AAF24;
}
</style>
border-color css
<style>
span { border-color: #2AAF24; }
span { border-color: rgb(42,175,36); }
td.TdClassName
{
border-color: #2AAF24;
}
.TagClassName
{
border-color: #2AAF24;
}
</style>