Shades of Lime Green #2FEE22
Tints of Lime Green #2FEE22
RGB
CMYK
RGB Variations
Color information
#2FEE22 (or 0x2FEE22) is known color: Lime Green. HEX triplet: 2F, EE and 22. RGB value is (47,238,34). Sum of RGB (Red+Green+Blue) = 47+238+34=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 238 (93.36% from 255 or 74.61% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEE22 is #D011DD. Grayscale: #9E9E9E. Windows color (decimal): -13636062 or 2289199. OLE color: 2289199.
HSL color Cylindrical-coordinate representation of color #2FEE22: hue angle of 116.18º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FEE22 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 34 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.07 |
| HSL | 116.18º | 0.86% | 0.53% | - |
| HSV(B) | 116.18º | 0.86% | 0.93% | - |
| XYZ | 32.04 | 61.87 | 11.77 | - |
| YUV | 157.64 | 58.22 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 34 | 0.80 | 0 | 0.86 | 0.07 | 116.18 | 0.86 | 0.53 |
| Hex | 2F | EE | 22 | 50 | 0 | 56 | 7 | 74 | 56 | 35 |
| Octal | 57 | 356 | 42 | 120 | 0 | 126 | 7 | 164 | 126 | 65 |
| Binary | 101111 | 11101110 | 100010 | 1010000 | 0 | 1010110 | 111 | 1110100 | 1010110 | 110101 |
Color Harmonies of #2FEE22
Complementary color
Monochromatic Colors of #2FEE22
Black with #2FEE22
Text Example
Text Example
White with #2FEE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE22; }
p { color: rgb(47,238,34); }
H1.HeaderClassName
{
color: #2FEE22;
}
.AnyTagClassName
{
color: #2FEE22;
}
</style>
background-color css
<style>
a { background-color: #2FEE22; }
a { background-color: rgb(47,238,34); }
div.DivClassName
{
background-color: #2FEE22;
}
.BgClassName
{
background-color: #2FEE22;
}
</style>
border-color css
<style>
span { border-color: #2FEE22; }
span { border-color: rgb(47,238,34); }
td.TdClassName
{
border-color: #2FEE22;
}
.TagClassName
{
border-color: #2FEE22;
}
</style>