Shades of Lime Green #2FEC37
Tints of Lime Green #2FEC37
RGB
CMYK
RGB Variations
Color information
#2FEC37 (or 0x2FEC37) is known color: Lime Green. HEX triplet: 2F, EC and 37. RGB value is (47,236,55). Sum of RGB (Red+Green+Blue) = 47+236+55=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEC37 is #D013C8. Grayscale: #9F9F9F. Windows color (decimal): -13636553 or 3664943. OLE color: 3664943.
HSL color Cylindrical-coordinate representation of color #2FEC37: hue angle of 122.54º 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 #2FEC37 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 55 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.07 |
| HSL | 122.54º | 0.83% | 0.55% | - |
| HSV(B) | 122.54º | 0.8% | 0.93% | - |
| XYZ | 31.86 | 60.87 | 13.68 | - |
| YUV | 158.86 | 69.38 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 55 | 0.80 | 0 | 0.77 | 0.07 | 122.54 | 0.83 | 0.55 |
| Hex | 2F | EC | 37 | 50 | 0 | 4D | 7 | 7B | 53 | 37 |
| Octal | 57 | 354 | 67 | 120 | 0 | 115 | 7 | 173 | 123 | 67 |
| Binary | 101111 | 11101100 | 110111 | 1010000 | 0 | 1001101 | 111 | 1111011 | 1010011 | 110111 |
Color Harmonies of #2FEC37
Complementary color
Monochromatic Colors of #2FEC37
Black with #2FEC37
Text Example
Text Example
White with #2FEC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC37; }
p { color: rgb(47,236,55); }
H1.HeaderClassName
{
color: #2FEC37;
}
.AnyTagClassName
{
color: #2FEC37;
}
</style>
background-color css
<style>
a { background-color: #2FEC37; }
a { background-color: rgb(47,236,55); }
div.DivClassName
{
background-color: #2FEC37;
}
.BgClassName
{
background-color: #2FEC37;
}
</style>
border-color css
<style>
span { border-color: #2FEC37; }
span { border-color: rgb(47,236,55); }
td.TdClassName
{
border-color: #2FEC37;
}
.TagClassName
{
border-color: #2FEC37;
}
</style>