Shades of Lime Green #2AAF41
Tints of Lime Green #2AAF41
RGB
CMYK
RGB Variations
Color information
#2AAF41 (or 0x2AAF41) is known color: Lime Green. HEX triplet: 2A, AF and 41. RGB value is (42,175,65). Sum of RGB (Red+Green+Blue) = 42+175+65=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAF41 is #D550BE. Grayscale: #7B7B7B. Windows color (decimal): -13979839 or 4304682. OLE color: 4304682.
HSL color Cylindrical-coordinate representation of color #2AAF41: hue angle of 130.38º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAF41 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 65 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.31 |
| HSL | 130.38º | 0.61% | 0.43% | - |
| HSV(B) | 130.38º | 0.76% | 0.69% | - |
| XYZ | 17.24 | 31.53 | 10.18 | - |
| YUV | 122.69 | 95.44 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 65 | 0.76 | 0 | 0.63 | 0.31 | 130.38 | 0.61 | 0.43 |
| Hex | 2A | AF | 41 | 4C | 0 | 3F | 1F | 82 | 3D | 2B |
| Octal | 52 | 257 | 101 | 114 | 0 | 77 | 37 | 202 | 75 | 53 |
| Binary | 101010 | 10101111 | 1000001 | 1001100 | 0 | 111111 | 11111 | 10000010 | 111101 | 101011 |
Color Harmonies of #2AAF41
Complementary color
Monochromatic Colors of #2AAF41
Black with #2AAF41
Text Example
Text Example
White with #2AAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF41; }
p { color: rgb(42,175,65); }
H1.HeaderClassName
{
color: #2AAF41;
}
.AnyTagClassName
{
color: #2AAF41;
}
</style>
background-color css
<style>
a { background-color: #2AAF41; }
a { background-color: rgb(42,175,65); }
div.DivClassName
{
background-color: #2AAF41;
}
.BgClassName
{
background-color: #2AAF41;
}
</style>
border-color css
<style>
span { border-color: #2AAF41; }
span { border-color: rgb(42,175,65); }
td.TdClassName
{
border-color: #2AAF41;
}
.TagClassName
{
border-color: #2AAF41;
}
</style>