Shades of Lime Green #2AF22C
Tints of Lime Green #2AF22C
RGB
CMYK
RGB Variations
Color information
#2AF22C (or 0x2AF22C) is known color: Lime Green. HEX triplet: 2A, F2 and 2C. RGB value is (42,242,44). Sum of RGB (Red+Green+Blue) = 42+242+44=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF22C is #D50DD3. Grayscale: #A0A0A0. Windows color (decimal): -13962708 or 2945578. OLE color: 2945578.
HSL color Cylindrical-coordinate representation of color #2AF22C: hue angle of 120.6º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF22C is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 44 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.05 |
| HSL | 120.6º | 0.88% | 0.56% | - |
| HSV(B) | 120.6º | 0.83% | 0.95% | - |
| XYZ | 33.16 | 64.18 | 13.02 | - |
| YUV | 159.63 | 62.74 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 44 | 0.83 | 0 | 0.82 | 0.05 | 120.6 | 0.88 | 0.56 |
| Hex | 2A | F2 | 2C | 53 | 0 | 52 | 5 | 79 | 58 | 38 |
| Octal | 52 | 362 | 54 | 123 | 0 | 122 | 5 | 171 | 130 | 70 |
| Binary | 101010 | 11110010 | 101100 | 1010011 | 0 | 1010010 | 101 | 1111001 | 1011000 | 111000 |
Color Harmonies of #2AF22C
Complementary color
Monochromatic Colors of #2AF22C
Black with #2AF22C
Text Example
Text Example
White with #2AF22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF22C; }
p { color: rgb(42,242,44); }
H1.HeaderClassName
{
color: #2AF22C;
}
.AnyTagClassName
{
color: #2AF22C;
}
</style>
background-color css
<style>
a { background-color: #2AF22C; }
a { background-color: rgb(42,242,44); }
div.DivClassName
{
background-color: #2AF22C;
}
.BgClassName
{
background-color: #2AF22C;
}
</style>
border-color css
<style>
span { border-color: #2AF22C; }
span { border-color: rgb(42,242,44); }
td.TdClassName
{
border-color: #2AF22C;
}
.TagClassName
{
border-color: #2AF22C;
}
</style>