Shades of Lime Green #2FEC2C
Tints of Lime Green #2FEC2C
RGB
CMYK
RGB Variations
Color information
#2FEC2C (or 0x2FEC2C) is known color: Lime Green. HEX triplet: 2F, EC and 2C. RGB value is (47,236,44). Sum of RGB (Red+Green+Blue) = 47+236+44=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 236 (92.58% from 255 or 72.17% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEC2C is #D013D3. Grayscale: #9E9E9E. Windows color (decimal): -13636564 or 2944047. OLE color: 2944047.
HSL color Cylindrical-coordinate representation of color #2FEC2C: hue angle of 119.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FEC2C is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 44 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.07 |
| HSL | 119.06º | 0.83% | 0.55% | - |
| HSV(B) | 119.06º | 0.81% | 0.93% | - |
| XYZ | 31.62 | 60.78 | 12.45 | - |
| YUV | 157.6 | 63.88 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 44 | 0.80 | 0 | 0.81 | 0.07 | 119.06 | 0.83 | 0.55 |
| Hex | 2F | EC | 2C | 50 | 0 | 51 | 7 | 77 | 53 | 37 |
| Octal | 57 | 354 | 54 | 120 | 0 | 121 | 7 | 167 | 123 | 67 |
| Binary | 101111 | 11101100 | 101100 | 1010000 | 0 | 1010001 | 111 | 1110111 | 1010011 | 110111 |
Color Harmonies of #2FEC2C
Complementary color
Monochromatic Colors of #2FEC2C
Black with #2FEC2C
Text Example
Text Example
White with #2FEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC2C; }
p { color: rgb(47,236,44); }
H1.HeaderClassName
{
color: #2FEC2C;
}
.AnyTagClassName
{
color: #2FEC2C;
}
</style>
background-color css
<style>
a { background-color: #2FEC2C; }
a { background-color: rgb(47,236,44); }
div.DivClassName
{
background-color: #2FEC2C;
}
.BgClassName
{
background-color: #2FEC2C;
}
</style>
border-color css
<style>
span { border-color: #2FEC2C; }
span { border-color: rgb(47,236,44); }
td.TdClassName
{
border-color: #2FEC2C;
}
.TagClassName
{
border-color: #2FEC2C;
}
</style>