Shades of Lime Green #2FCE4E
Tints of Lime Green #2FCE4E
RGB
CMYK
RGB Variations
Color information
#2FCE4E (or 0x2FCE4E) is known color: Lime Green. HEX triplet: 2F, CE and 4E. RGB value is (47,206,78). Sum of RGB (Red+Green+Blue) = 47+206+78=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE4E is #D031B1. Grayscale: #909090. Windows color (decimal): -13644210 or 5164591. OLE color: 5164591.
HSL color Cylindrical-coordinate representation of color #2FCE4E: hue angle of 131.7º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCE4E is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 78 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.19 |
| HSL | 131.7º | 0.63% | 0.5% | - |
| HSV(B) | 131.7º | 0.77% | 0.81% | - |
| XYZ | 24.62 | 45.3 | 14.65 | - |
| YUV | 143.87 | 90.82 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 78 | 0.77 | 0 | 0.62 | 0.19 | 131.7 | 0.63 | 0.5 |
| Hex | 2F | CE | 4E | 4D | 0 | 3E | 13 | 84 | 3F | 32 |
| Octal | 57 | 316 | 116 | 115 | 0 | 76 | 23 | 204 | 77 | 62 |
| Binary | 101111 | 11001110 | 1001110 | 1001101 | 0 | 111110 | 10011 | 10000100 | 111111 | 110010 |
Color Harmonies of #2FCE4E
Complementary color
Monochromatic Colors of #2FCE4E
Black with #2FCE4E
Text Example
Text Example
White with #2FCE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE4E; }
p { color: rgb(47,206,78); }
H1.HeaderClassName
{
color: #2FCE4E;
}
.AnyTagClassName
{
color: #2FCE4E;
}
</style>
background-color css
<style>
a { background-color: #2FCE4E; }
a { background-color: rgb(47,206,78); }
div.DivClassName
{
background-color: #2FCE4E;
}
.BgClassName
{
background-color: #2FCE4E;
}
</style>
border-color css
<style>
span { border-color: #2FCE4E; }
span { border-color: rgb(47,206,78); }
td.TdClassName
{
border-color: #2FCE4E;
}
.TagClassName
{
border-color: #2FCE4E;
}
</style>