Shades of Lime Green #2AF024
Tints of Lime Green #2AF024
RGB
CMYK
RGB Variations
Color information
#2AF024 (or 0x2AF024) is known color: Lime Green. HEX triplet: 2A, F0 and 24. RGB value is (42,240,36). Sum of RGB (Red+Green+Blue) = 42+240+36=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 240 (94.14% from 255 or 75.47% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF024 is #D50FDB. Grayscale: #9E9E9E. Windows color (decimal): -13963228 or 2420778. OLE color: 2420778.
HSL color Cylindrical-coordinate representation of color #2AF024: hue angle of 118.24º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AF024 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 36 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.06 |
| HSL | 118.24º | 0.87% | 0.54% | - |
| HSV(B) | 118.24º | 0.85% | 0.94% | - |
| XYZ | 32.43 | 62.94 | 12.11 | - |
| YUV | 157.54 | 59.4 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 36 | 0.82 | 0 | 0.85 | 0.06 | 118.24 | 0.87 | 0.54 |
| Hex | 2A | F0 | 24 | 52 | 0 | 55 | 6 | 76 | 57 | 36 |
| Octal | 52 | 360 | 44 | 122 | 0 | 125 | 6 | 166 | 127 | 66 |
| Binary | 101010 | 11110000 | 100100 | 1010010 | 0 | 1010101 | 110 | 1110110 | 1010111 | 110110 |
Color Harmonies of #2AF024
Complementary color
Monochromatic Colors of #2AF024
Black with #2AF024
Text Example
Text Example
White with #2AF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF024; }
p { color: rgb(42,240,36); }
H1.HeaderClassName
{
color: #2AF024;
}
.AnyTagClassName
{
color: #2AF024;
}
</style>
background-color css
<style>
a { background-color: #2AF024; }
a { background-color: rgb(42,240,36); }
div.DivClassName
{
background-color: #2AF024;
}
.BgClassName
{
background-color: #2AF024;
}
</style>
border-color css
<style>
span { border-color: #2AF024; }
span { border-color: rgb(42,240,36); }
td.TdClassName
{
border-color: #2AF024;
}
.TagClassName
{
border-color: #2AF024;
}
</style>