Shades of Lime Green #2AF740
Tints of Lime Green #2AF740
RGB
CMYK
RGB Variations
Color information
#2AF740 (or 0x2AF740) is known color: Lime Green. HEX triplet: 2A, F7 and 40. RGB value is (42,247,64). Sum of RGB (Red+Green+Blue) = 42+247+64=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 247 (96.88% from 255 or 69.97% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF740 is #D508BF. Grayscale: #A5A5A5. Windows color (decimal): -13961408 or 4257578. OLE color: 4257578.
HSL color Cylindrical-coordinate representation of color #2AF740: hue angle of 126.44º 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 #2AF740 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 64 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.03 |
| HSL | 126.44º | 0.93% | 0.57% | - |
| HSV(B) | 126.44º | 0.83% | 0.97% | - |
| XYZ | 35.14 | 67.38 | 16 | - |
| YUV | 164.84 | 71.08 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 64 | 0.83 | 0 | 0.74 | 0.03 | 126.44 | 0.93 | 0.57 |
| Hex | 2A | F7 | 40 | 53 | 0 | 4A | 3 | 7E | 5D | 39 |
| Octal | 52 | 367 | 100 | 123 | 0 | 112 | 3 | 176 | 135 | 71 |
| Binary | 101010 | 11110111 | 1000000 | 1010011 | 0 | 1001010 | 11 | 1111110 | 1011101 | 111001 |
Color Harmonies of #2AF740
Complementary color
Monochromatic Colors of #2AF740
Black with #2AF740
Text Example
Text Example
White with #2AF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF740; }
p { color: rgb(42,247,64); }
H1.HeaderClassName
{
color: #2AF740;
}
.AnyTagClassName
{
color: #2AF740;
}
</style>
background-color css
<style>
a { background-color: #2AF740; }
a { background-color: rgb(42,247,64); }
div.DivClassName
{
background-color: #2AF740;
}
.BgClassName
{
background-color: #2AF740;
}
</style>
border-color css
<style>
span { border-color: #2AF740; }
span { border-color: rgb(42,247,64); }
td.TdClassName
{
border-color: #2AF740;
}
.TagClassName
{
border-color: #2AF740;
}
</style>