Shades of Lime Green #2AE947
Tints of Lime Green #2AE947
RGB
CMYK
RGB Variations
Color information
#2AE947 (or 0x2AE947) is known color: Lime Green. HEX triplet: 2A, E9 and 47. RGB value is (42,233,71). Sum of RGB (Red+Green+Blue) = 42+233+71=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 233 (91.41% from 255 or 67.34% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE947 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE947 is #D516B8. Grayscale: #9D9D9D. Windows color (decimal): -13964985 or 4712746. OLE color: 4712746.
HSL color Cylindrical-coordinate representation of color #2AE947: hue angle of 129.11º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE947 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 233 | 71 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.09 |
| HSL | 129.11º | 0.81% | 0.54% | - |
| HSV(B) | 129.11º | 0.82% | 0.91% | - |
| XYZ | 31.23 | 59.23 | 15.75 | - |
| YUV | 157.42 | 79.22 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 233 | 71 | 0.82 | 0 | 0.70 | 0.09 | 129.11 | 0.81 | 0.54 |
| Hex | 2A | E9 | 47 | 52 | 0 | 46 | 9 | 81 | 51 | 36 |
| Octal | 52 | 351 | 107 | 122 | 0 | 106 | 11 | 201 | 121 | 66 |
| Binary | 101010 | 11101001 | 1000111 | 1010010 | 0 | 1000110 | 1001 | 10000001 | 1010001 | 110110 |
Color Harmonies of #2AE947
Complementary color
Monochromatic Colors of #2AE947
Black with #2AE947
Text Example
Text Example
White with #2AE947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE947; }
p { color: rgb(42,233,71); }
H1.HeaderClassName
{
color: #2AE947;
}
.AnyTagClassName
{
color: #2AE947;
}
</style>
background-color css
<style>
a { background-color: #2AE947; }
a { background-color: rgb(42,233,71); }
div.DivClassName
{
background-color: #2AE947;
}
.BgClassName
{
background-color: #2AE947;
}
</style>
border-color css
<style>
span { border-color: #2AE947; }
span { border-color: rgb(42,233,71); }
td.TdClassName
{
border-color: #2AE947;
}
.TagClassName
{
border-color: #2AE947;
}
</style>