Shades of Lime Green #2AF739
Tints of Lime Green #2AF739
RGB
CMYK
RGB Variations
Color information
#2AF739 (or 0x2AF739) is known color: Lime Green. HEX triplet: 2A, F7 and 39. RGB value is (42,247,57). Sum of RGB (Red+Green+Blue) = 42+247+57=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 247 (96.88% from 255 or 71.39% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF739 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF739 is #D508C6. Grayscale: #A4A4A4. Windows color (decimal): -13961415 or 3798826. OLE color: 3798826.
HSL color Cylindrical-coordinate representation of color #2AF739: hue angle of 124.39º 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 #2AF739 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 57 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.03 |
| HSL | 124.39º | 0.93% | 0.57% | - |
| HSV(B) | 124.39º | 0.83% | 0.97% | - |
| XYZ | 34.95 | 67.31 | 15.02 | - |
| YUV | 164.05 | 67.58 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 57 | 0.83 | 0 | 0.77 | 0.03 | 124.39 | 0.93 | 0.57 |
| Hex | 2A | F7 | 39 | 53 | 0 | 4D | 3 | 7C | 5D | 39 |
| Octal | 52 | 367 | 71 | 123 | 0 | 115 | 3 | 174 | 135 | 71 |
| Binary | 101010 | 11110111 | 111001 | 1010011 | 0 | 1001101 | 11 | 1111100 | 1011101 | 111001 |
Color Harmonies of #2AF739
Complementary color
Monochromatic Colors of #2AF739
Black with #2AF739
Text Example
Text Example
White with #2AF739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF739; }
p { color: rgb(42,247,57); }
H1.HeaderClassName
{
color: #2AF739;
}
.AnyTagClassName
{
color: #2AF739;
}
</style>
background-color css
<style>
a { background-color: #2AF739; }
a { background-color: rgb(42,247,57); }
div.DivClassName
{
background-color: #2AF739;
}
.BgClassName
{
background-color: #2AF739;
}
</style>
border-color css
<style>
span { border-color: #2AF739; }
span { border-color: rgb(42,247,57); }
td.TdClassName
{
border-color: #2AF739;
}
.TagClassName
{
border-color: #2AF739;
}
</style>