Shades of Lime Green #2AF72F
Tints of Lime Green #2AF72F
RGB
CMYK
RGB Variations
Color information
#2AF72F (or 0x2AF72F) is known color: Lime Green. HEX triplet: 2A, F7 and 2F. RGB value is (42,247,47). Sum of RGB (Red+Green+Blue) = 42+247+47=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 247 (96.88% from 255 or 73.51% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF72F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF72F is #D508D0. Grayscale: #A3A3A3. Windows color (decimal): -13961425 or 3143466. OLE color: 3143466.
HSL color Cylindrical-coordinate representation of color #2AF72F: hue angle of 121.46º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF72F is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 47 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.03 |
| HSL | 121.46º | 0.93% | 0.57% | - |
| HSV(B) | 121.46º | 0.83% | 0.97% | - |
| XYZ | 34.73 | 67.22 | 13.83 | - |
| YUV | 162.91 | 62.58 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 47 | 0.83 | 0 | 0.81 | 0.03 | 121.46 | 0.93 | 0.57 |
| Hex | 2A | F7 | 2F | 53 | 0 | 51 | 3 | 79 | 5D | 39 |
| Octal | 52 | 367 | 57 | 123 | 0 | 121 | 3 | 171 | 135 | 71 |
| Binary | 101010 | 11110111 | 101111 | 1010011 | 0 | 1010001 | 11 | 1111001 | 1011101 | 111001 |
Color Harmonies of #2AF72F
Complementary color
Monochromatic Colors of #2AF72F
Black with #2AF72F
Text Example
Text Example
White with #2AF72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF72F; }
p { color: rgb(42,247,47); }
H1.HeaderClassName
{
color: #2AF72F;
}
.AnyTagClassName
{
color: #2AF72F;
}
</style>
background-color css
<style>
a { background-color: #2AF72F; }
a { background-color: rgb(42,247,47); }
div.DivClassName
{
background-color: #2AF72F;
}
.BgClassName
{
background-color: #2AF72F;
}
</style>
border-color css
<style>
span { border-color: #2AF72F; }
span { border-color: rgb(42,247,47); }
td.TdClassName
{
border-color: #2AF72F;
}
.TagClassName
{
border-color: #2AF72F;
}
</style>