Shades of Lime Green #2AF839
Tints of Lime Green #2AF839
RGB
CMYK
RGB Variations
Color information
#2AF839 (or 0x2AF839) is known color: Lime Green. HEX triplet: 2A, F8 and 39. RGB value is (42,248,57). Sum of RGB (Red+Green+Blue) = 42+248+57=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 248 (97.27% from 255 or 71.47% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF839 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF839 is #D507C6. Grayscale: #A5A5A5. Windows color (decimal): -13961159 or 3799082. OLE color: 3799082.
HSL color Cylindrical-coordinate representation of color #2AF839: hue angle of 124.37º degrees, saturation: 0.94, 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 #2AF839 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 57 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.03 |
| HSL | 124.37º | 0.94% | 0.57% | - |
| HSV(B) | 124.37º | 0.83% | 0.97% | - |
| XYZ | 35.26 | 67.92 | 15.12 | - |
| YUV | 164.63 | 67.25 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 57 | 0.83 | 0 | 0.77 | 0.03 | 124.37 | 0.94 | 0.57 |
| Hex | 2A | F8 | 39 | 53 | 0 | 4D | 3 | 7C | 5E | 39 |
| Octal | 52 | 370 | 71 | 123 | 0 | 115 | 3 | 174 | 136 | 71 |
| Binary | 101010 | 11111000 | 111001 | 1010011 | 0 | 1001101 | 11 | 1111100 | 1011110 | 111001 |
Color Harmonies of #2AF839
Complementary color
Monochromatic Colors of #2AF839
Black with #2AF839
Text Example
Text Example
White with #2AF839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF839; }
p { color: rgb(42,248,57); }
H1.HeaderClassName
{
color: #2AF839;
}
.AnyTagClassName
{
color: #2AF839;
}
</style>
background-color css
<style>
a { background-color: #2AF839; }
a { background-color: rgb(42,248,57); }
div.DivClassName
{
background-color: #2AF839;
}
.BgClassName
{
background-color: #2AF839;
}
</style>
border-color css
<style>
span { border-color: #2AF839; }
span { border-color: rgb(42,248,57); }
td.TdClassName
{
border-color: #2AF839;
}
.TagClassName
{
border-color: #2AF839;
}
</style>