Shades of Lime Green #2AAF25
Tints of Lime Green #2AAF25
RGB
CMYK
RGB Variations
Color information
#2AAF25 (or 0x2AAF25) is known color: Lime Green. HEX triplet: 2A, AF and 25. RGB value is (42,175,37). Sum of RGB (Red+Green+Blue) = 42+175+37=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 175 (68.75% from 255 or 68.90% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAF25 is #D550DA. Grayscale: #777777. Windows color (decimal): -13979867 or 2469674. OLE color: 2469674.
HSL color Cylindrical-coordinate representation of color #2AAF25: hue angle of 117.83º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AAF25 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 37 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.31 |
| HSL | 117.83º | 0.65% | 0.42% | - |
| HSV(B) | 117.83º | 0.79% | 0.69% | - |
| XYZ | 16.62 | 31.29 | 6.91 | - |
| YUV | 119.5 | 81.44 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 37 | 0.76 | 0 | 0.79 | 0.31 | 117.83 | 0.65 | 0.42 |
| Hex | 2A | AF | 25 | 4C | 0 | 4F | 1F | 76 | 41 | 2A |
| Octal | 52 | 257 | 45 | 114 | 0 | 117 | 37 | 166 | 101 | 52 |
| Binary | 101010 | 10101111 | 100101 | 1001100 | 0 | 1001111 | 11111 | 1110110 | 1000001 | 101010 |
Color Harmonies of #2AAF25
Complementary color
Monochromatic Colors of #2AAF25
Black with #2AAF25
Text Example
Text Example
White with #2AAF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF25; }
p { color: rgb(42,175,37); }
H1.HeaderClassName
{
color: #2AAF25;
}
.AnyTagClassName
{
color: #2AAF25;
}
</style>
background-color css
<style>
a { background-color: #2AAF25; }
a { background-color: rgb(42,175,37); }
div.DivClassName
{
background-color: #2AAF25;
}
.BgClassName
{
background-color: #2AAF25;
}
</style>
border-color css
<style>
span { border-color: #2AAF25; }
span { border-color: rgb(42,175,37); }
td.TdClassName
{
border-color: #2AAF25;
}
.TagClassName
{
border-color: #2AAF25;
}
</style>