Shades of Lime Green #2FEC4C
Tints of Lime Green #2FEC4C
RGB
CMYK
RGB Variations
Color information
#2FEC4C (or 0x2FEC4C) is known color: Lime Green. HEX triplet: 2F, EC and 4C. RGB value is (47,236,76). Sum of RGB (Red+Green+Blue) = 47+236+76=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 236 (92.58% from 255 or 65.74% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEC4C is #D013B3. Grayscale: #A1A1A1. Windows color (decimal): -13636532 or 5041199. OLE color: 5041199.
HSL color Cylindrical-coordinate representation of color #2FEC4C: hue angle of 129.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEC4C is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 76 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.07 |
| HSL | 129.21º | 0.83% | 0.55% | - |
| HSV(B) | 129.21º | 0.8% | 0.93% | - |
| XYZ | 32.47 | 61.12 | 16.92 | - |
| YUV | 161.25 | 79.88 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 76 | 0.80 | 0 | 0.68 | 0.07 | 129.21 | 0.83 | 0.55 |
| Hex | 2F | EC | 4C | 50 | 0 | 44 | 7 | 81 | 53 | 37 |
| Octal | 57 | 354 | 114 | 120 | 0 | 104 | 7 | 201 | 123 | 67 |
| Binary | 101111 | 11101100 | 1001100 | 1010000 | 0 | 1000100 | 111 | 10000001 | 1010011 | 110111 |
Color Harmonies of #2FEC4C
Complementary color
Monochromatic Colors of #2FEC4C
Black with #2FEC4C
Text Example
Text Example
White with #2FEC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC4C; }
p { color: rgb(47,236,76); }
H1.HeaderClassName
{
color: #2FEC4C;
}
.AnyTagClassName
{
color: #2FEC4C;
}
</style>
background-color css
<style>
a { background-color: #2FEC4C; }
a { background-color: rgb(47,236,76); }
div.DivClassName
{
background-color: #2FEC4C;
}
.BgClassName
{
background-color: #2FEC4C;
}
</style>
border-color css
<style>
span { border-color: #2FEC4C; }
span { border-color: rgb(47,236,76); }
td.TdClassName
{
border-color: #2FEC4C;
}
.TagClassName
{
border-color: #2FEC4C;
}
</style>