Shades of Lime Green #2AF844
Tints of Lime Green #2AF844
RGB
CMYK
RGB Variations
Color information
#2AF844 (or 0x2AF844) is known color: Lime Green. HEX triplet: 2A, F8 and 44. RGB value is (42,248,68). Sum of RGB (Red+Green+Blue) = 42+248+68=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 248 (97.27% from 255 or 69.27% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF844 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF844 is #D507BB. Grayscale: #A6A6A6. Windows color (decimal): -13961148 or 4519978. OLE color: 4519978.
HSL color Cylindrical-coordinate representation of color #2AF844: hue angle of 127.57º 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 #2AF844 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 68 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.03 |
| HSL | 127.57º | 0.94% | 0.57% | - |
| HSV(B) | 127.57º | 0.83% | 0.97% | - |
| XYZ | 35.57 | 68.04 | 16.73 | - |
| YUV | 165.89 | 72.75 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 68 | 0.83 | 0 | 0.73 | 0.03 | 127.57 | 0.94 | 0.57 |
| Hex | 2A | F8 | 44 | 53 | 0 | 49 | 3 | 80 | 5E | 39 |
| Octal | 52 | 370 | 104 | 123 | 0 | 111 | 3 | 200 | 136 | 71 |
| Binary | 101010 | 11111000 | 1000100 | 1010011 | 0 | 1001001 | 11 | 10000000 | 1011110 | 111001 |
Color Harmonies of #2AF844
Complementary color
Monochromatic Colors of #2AF844
Black with #2AF844
Text Example
Text Example
White with #2AF844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF844; }
p { color: rgb(42,248,68); }
H1.HeaderClassName
{
color: #2AF844;
}
.AnyTagClassName
{
color: #2AF844;
}
</style>
background-color css
<style>
a { background-color: #2AF844; }
a { background-color: rgb(42,248,68); }
div.DivClassName
{
background-color: #2AF844;
}
.BgClassName
{
background-color: #2AF844;
}
</style>
border-color css
<style>
span { border-color: #2AF844; }
span { border-color: rgb(42,248,68); }
td.TdClassName
{
border-color: #2AF844;
}
.TagClassName
{
border-color: #2AF844;
}
</style>