Shades of Lime Green #2FEC27
Tints of Lime Green #2FEC27
RGB
CMYK
RGB Variations
Color information
#2FEC27 (or 0x2FEC27) is known color: Lime Green. HEX triplet: 2F, EC and 27. RGB value is (47,236,39). Sum of RGB (Red+Green+Blue) = 47+236+39=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEC27 is #D013D8. Grayscale: #9D9D9D. Windows color (decimal): -13636569 or 2616367. OLE color: 2616367.
HSL color Cylindrical-coordinate representation of color #2FEC27: hue angle of 117.56º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FEC27 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 39 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.07 |
| HSL | 117.56º | 0.84% | 0.54% | - |
| HSV(B) | 117.56º | 0.83% | 0.93% | - |
| XYZ | 31.53 | 60.74 | 11.98 | - |
| YUV | 157.03 | 61.38 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 39 | 0.80 | 0 | 0.83 | 0.07 | 117.56 | 0.84 | 0.54 |
| Hex | 2F | EC | 27 | 50 | 0 | 53 | 7 | 76 | 54 | 36 |
| Octal | 57 | 354 | 47 | 120 | 0 | 123 | 7 | 166 | 124 | 66 |
| Binary | 101111 | 11101100 | 100111 | 1010000 | 0 | 1010011 | 111 | 1110110 | 1010100 | 110110 |
Color Harmonies of #2FEC27
Complementary color
Monochromatic Colors of #2FEC27
Black with #2FEC27
Text Example
Text Example
White with #2FEC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC27; }
p { color: rgb(47,236,39); }
H1.HeaderClassName
{
color: #2FEC27;
}
.AnyTagClassName
{
color: #2FEC27;
}
</style>
background-color css
<style>
a { background-color: #2FEC27; }
a { background-color: rgb(47,236,39); }
div.DivClassName
{
background-color: #2FEC27;
}
.BgClassName
{
background-color: #2FEC27;
}
</style>
border-color css
<style>
span { border-color: #2FEC27; }
span { border-color: rgb(47,236,39); }
td.TdClassName
{
border-color: #2FEC27;
}
.TagClassName
{
border-color: #2FEC27;
}
</style>