Shades of Lime Green #2FEC3C
Tints of Lime Green #2FEC3C
RGB
CMYK
RGB Variations
Color information
#2FEC3C (or 0x2FEC3C) is known color: Lime Green. HEX triplet: 2F, EC and 3C. RGB value is (47,236,60). Sum of RGB (Red+Green+Blue) = 47+236+60=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEC3C is #D013C3. Grayscale: #9F9F9F. Windows color (decimal): -13636548 or 3992623. OLE color: 3992623.
HSL color Cylindrical-coordinate representation of color #2FEC3C: hue angle of 124.13º 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 #2FEC3C is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 60 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.07 |
| HSL | 124.13º | 0.83% | 0.55% | - |
| HSV(B) | 124.13º | 0.8% | 0.93% | - |
| XYZ | 31.98 | 60.92 | 14.35 | - |
| YUV | 159.43 | 71.88 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 60 | 0.80 | 0 | 0.75 | 0.07 | 124.13 | 0.83 | 0.55 |
| Hex | 2F | EC | 3C | 50 | 0 | 4B | 7 | 7C | 53 | 37 |
| Octal | 57 | 354 | 74 | 120 | 0 | 113 | 7 | 174 | 123 | 67 |
| Binary | 101111 | 11101100 | 111100 | 1010000 | 0 | 1001011 | 111 | 1111100 | 1010011 | 110111 |
Color Harmonies of #2FEC3C
Complementary color
Monochromatic Colors of #2FEC3C
Black with #2FEC3C
Text Example
Text Example
White with #2FEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC3C; }
p { color: rgb(47,236,60); }
H1.HeaderClassName
{
color: #2FEC3C;
}
.AnyTagClassName
{
color: #2FEC3C;
}
</style>
background-color css
<style>
a { background-color: #2FEC3C; }
a { background-color: rgb(47,236,60); }
div.DivClassName
{
background-color: #2FEC3C;
}
.BgClassName
{
background-color: #2FEC3C;
}
</style>
border-color css
<style>
span { border-color: #2FEC3C; }
span { border-color: rgb(47,236,60); }
td.TdClassName
{
border-color: #2FEC3C;
}
.TagClassName
{
border-color: #2FEC3C;
}
</style>