Shades of Lime Green #2AF42C
Tints of Lime Green #2AF42C
RGB
CMYK
RGB Variations
Color information
#2AF42C (or 0x2AF42C) is known color: Lime Green. HEX triplet: 2A, F4 and 2C. RGB value is (42,244,44). Sum of RGB (Red+Green+Blue) = 42+244+44=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 244 (95.70% from 255 or 73.94% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF42C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF42C is #D50BD3. Grayscale: #A1A1A1. Windows color (decimal): -13962196 or 2946090. OLE color: 2946090.
HSL color Cylindrical-coordinate representation of color #2AF42C: hue angle of 120.59º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF42C is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 44 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.04 |
| HSL | 120.59º | 0.9% | 0.56% | - |
| HSV(B) | 120.59º | 0.83% | 0.96% | - |
| XYZ | 33.76 | 65.38 | 13.22 | - |
| YUV | 160.8 | 62.08 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 44 | 0.83 | 0 | 0.82 | 0.04 | 120.59 | 0.9 | 0.56 |
| Hex | 2A | F4 | 2C | 53 | 0 | 52 | 4 | 79 | 5A | 38 |
| Octal | 52 | 364 | 54 | 123 | 0 | 122 | 4 | 171 | 132 | 70 |
| Binary | 101010 | 11110100 | 101100 | 1010011 | 0 | 1010010 | 100 | 1111001 | 1011010 | 111000 |
Color Harmonies of #2AF42C
Complementary color
Monochromatic Colors of #2AF42C
Black with #2AF42C
Text Example
Text Example
White with #2AF42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF42C; }
p { color: rgb(42,244,44); }
H1.HeaderClassName
{
color: #2AF42C;
}
.AnyTagClassName
{
color: #2AF42C;
}
</style>
background-color css
<style>
a { background-color: #2AF42C; }
a { background-color: rgb(42,244,44); }
div.DivClassName
{
background-color: #2AF42C;
}
.BgClassName
{
background-color: #2AF42C;
}
</style>
border-color css
<style>
span { border-color: #2AF42C; }
span { border-color: rgb(42,244,44); }
td.TdClassName
{
border-color: #2AF42C;
}
.TagClassName
{
border-color: #2AF42C;
}
</style>