Shades of Lime Green #2FF22E
Tints of Lime Green #2FF22E
RGB
CMYK
RGB Variations
Color information
#2FF22E (or 0x2FF22E) is known color: Lime Green. HEX triplet: 2F, F2 and 2E. RGB value is (47,242,46). Sum of RGB (Red+Green+Blue) = 47+242+46=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF22E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF22E is #D00DD1. Grayscale: #A1A1A1. Windows color (decimal): -13635026 or 3076655. OLE color: 3076655.
HSL color Cylindrical-coordinate representation of color #2FF22E: hue angle of 119.69º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF22E is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 46 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.05 |
| HSL | 119.69º | 0.88% | 0.56% | - |
| HSV(B) | 119.69º | 0.81% | 0.95% | - |
| XYZ | 33.42 | 64.31 | 13.24 | - |
| YUV | 161.35 | 62.9 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 46 | 0.81 | 0 | 0.81 | 0.05 | 119.69 | 0.88 | 0.56 |
| Hex | 2F | F2 | 2E | 51 | 0 | 51 | 5 | 78 | 58 | 38 |
| Octal | 57 | 362 | 56 | 121 | 0 | 121 | 5 | 170 | 130 | 70 |
| Binary | 101111 | 11110010 | 101110 | 1010001 | 0 | 1010001 | 101 | 1111000 | 1011000 | 111000 |
Color Harmonies of #2FF22E
Complementary color
Monochromatic Colors of #2FF22E
Black with #2FF22E
Text Example
Text Example
White with #2FF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF22E; }
p { color: rgb(47,242,46); }
H1.HeaderClassName
{
color: #2FF22E;
}
.AnyTagClassName
{
color: #2FF22E;
}
</style>
background-color css
<style>
a { background-color: #2FF22E; }
a { background-color: rgb(47,242,46); }
div.DivClassName
{
background-color: #2FF22E;
}
.BgClassName
{
background-color: #2FF22E;
}
</style>
border-color css
<style>
span { border-color: #2FF22E; }
span { border-color: rgb(47,242,46); }
td.TdClassName
{
border-color: #2FF22E;
}
.TagClassName
{
border-color: #2FF22E;
}
</style>