Shades of Lime Green #2FEE20
Tints of Lime Green #2FEE20
RGB
CMYK
RGB Variations
Color information
#2FEE20 (or 0x2FEE20) is known color: Lime Green. HEX triplet: 2F, EE and 20. RGB value is (47,238,32). Sum of RGB (Red+Green+Blue) = 47+238+32=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 238 (93.36% from 255 or 75.08% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEE20 is #D011DF. Grayscale: #9E9E9E. Windows color (decimal): -13636064 or 2158127. OLE color: 2158127.
HSL color Cylindrical-coordinate representation of color #2FEE20: hue angle of 115.63º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FEE20 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 32 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.07 |
| HSL | 115.63º | 0.86% | 0.53% | - |
| HSV(B) | 115.63º | 0.87% | 0.93% | - |
| XYZ | 32.01 | 61.86 | 11.62 | - |
| YUV | 157.41 | 57.22 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 32 | 0.80 | 0 | 0.87 | 0.07 | 115.63 | 0.86 | 0.53 |
| Hex | 2F | EE | 20 | 50 | 0 | 57 | 7 | 74 | 56 | 35 |
| Octal | 57 | 356 | 40 | 120 | 0 | 127 | 7 | 164 | 126 | 65 |
| Binary | 101111 | 11101110 | 100000 | 1010000 | 0 | 1010111 | 111 | 1110100 | 1010110 | 110101 |
Color Harmonies of #2FEE20
Complementary color
Monochromatic Colors of #2FEE20
Black with #2FEE20
Text Example
Text Example
White with #2FEE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE20; }
p { color: rgb(47,238,32); }
H1.HeaderClassName
{
color: #2FEE20;
}
.AnyTagClassName
{
color: #2FEE20;
}
</style>
background-color css
<style>
a { background-color: #2FEE20; }
a { background-color: rgb(47,238,32); }
div.DivClassName
{
background-color: #2FEE20;
}
.BgClassName
{
background-color: #2FEE20;
}
</style>
border-color css
<style>
span { border-color: #2FEE20; }
span { border-color: rgb(47,238,32); }
td.TdClassName
{
border-color: #2FEE20;
}
.TagClassName
{
border-color: #2FEE20;
}
</style>