Shades of Lime Green #2AE32F
Tints of Lime Green #2AE32F
RGB
CMYK
RGB Variations
Color information
#2AE32F (or 0x2AE32F) is known color: Lime Green. HEX triplet: 2A, E3 and 2F. RGB value is (42,227,47). Sum of RGB (Red+Green+Blue) = 42+227+47=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 227 (89.06% from 255 or 71.84% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE32F is #D51CD0. Grayscale: #979797. Windows color (decimal): -13966545 or 3138346. OLE color: 3138346.
HSL color Cylindrical-coordinate representation of color #2AE32F: hue angle of 121.62º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE32F is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 47 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.11 |
| HSL | 121.62º | 0.77% | 0.53% | - |
| HSV(B) | 121.62º | 0.81% | 0.89% | - |
| XYZ | 28.94 | 55.64 | 11.9 | - |
| YUV | 151.17 | 69.21 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 47 | 0.81 | 0 | 0.79 | 0.11 | 121.62 | 0.77 | 0.53 |
| Hex | 2A | E3 | 2F | 51 | 0 | 4F | B | 7A | 4D | 35 |
| Octal | 52 | 343 | 57 | 121 | 0 | 117 | 13 | 172 | 115 | 65 |
| Binary | 101010 | 11100011 | 101111 | 1010001 | 0 | 1001111 | 1011 | 1111010 | 1001101 | 110101 |
Color Harmonies of #2AE32F
Complementary color
Monochromatic Colors of #2AE32F
Black with #2AE32F
Text Example
Text Example
White with #2AE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE32F; }
p { color: rgb(42,227,47); }
H1.HeaderClassName
{
color: #2AE32F;
}
.AnyTagClassName
{
color: #2AE32F;
}
</style>
background-color css
<style>
a { background-color: #2AE32F; }
a { background-color: rgb(42,227,47); }
div.DivClassName
{
background-color: #2AE32F;
}
.BgClassName
{
background-color: #2AE32F;
}
</style>
border-color css
<style>
span { border-color: #2AE32F; }
span { border-color: rgb(42,227,47); }
td.TdClassName
{
border-color: #2AE32F;
}
.TagClassName
{
border-color: #2AE32F;
}
</style>