Shades of Lime Green #2AF22E
Tints of Lime Green #2AF22E
RGB
CMYK
RGB Variations
Color information
#2AF22E (or 0x2AF22E) is known color: Lime Green. HEX triplet: 2A, F2 and 2E. RGB value is (42,242,46). Sum of RGB (Red+Green+Blue) = 42+242+46=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 242 (94.92% from 255 or 73.33% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF22E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF22E is #D50DD1. Grayscale: #A0A0A0. Windows color (decimal): -13962706 or 3076650. OLE color: 3076650.
HSL color Cylindrical-coordinate representation of color #2AF22E: hue angle of 121.2º 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 #2AF22E is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 46 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.05 |
| HSL | 121.2º | 0.88% | 0.56% | - |
| HSV(B) | 121.2º | 0.83% | 0.95% | - |
| XYZ | 33.2 | 64.19 | 13.23 | - |
| YUV | 159.86 | 63.74 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 46 | 0.83 | 0 | 0.81 | 0.05 | 121.2 | 0.88 | 0.56 |
| Hex | 2A | F2 | 2E | 53 | 0 | 51 | 5 | 79 | 58 | 38 |
| Octal | 52 | 362 | 56 | 123 | 0 | 121 | 5 | 171 | 130 | 70 |
| Binary | 101010 | 11110010 | 101110 | 1010011 | 0 | 1010001 | 101 | 1111001 | 1011000 | 111000 |
Color Harmonies of #2AF22E
Complementary color
Monochromatic Colors of #2AF22E
Black with #2AF22E
Text Example
Text Example
White with #2AF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF22E; }
p { color: rgb(42,242,46); }
H1.HeaderClassName
{
color: #2AF22E;
}
.AnyTagClassName
{
color: #2AF22E;
}
</style>
background-color css
<style>
a { background-color: #2AF22E; }
a { background-color: rgb(42,242,46); }
div.DivClassName
{
background-color: #2AF22E;
}
.BgClassName
{
background-color: #2AF22E;
}
</style>
border-color css
<style>
span { border-color: #2AF22E; }
span { border-color: rgb(42,242,46); }
td.TdClassName
{
border-color: #2AF22E;
}
.TagClassName
{
border-color: #2AF22E;
}
</style>