Shades of Lime Green #2FCE4D
Tints of Lime Green #2FCE4D
RGB
CMYK
RGB Variations
Color information
#2FCE4D (or 0x2FCE4D) is known color: Lime Green. HEX triplet: 2F, CE and 4D. RGB value is (47,206,77). Sum of RGB (Red+Green+Blue) = 47+206+77=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE4D is #D031B2. Grayscale: #909090. Windows color (decimal): -13644211 or 5099055. OLE color: 5099055.
HSL color Cylindrical-coordinate representation of color #2FCE4D: hue angle of 131.32º 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 #2FCE4D is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 77 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.19 |
| HSL | 131.32º | 0.63% | 0.5% | - |
| HSV(B) | 131.32º | 0.77% | 0.81% | - |
| XYZ | 24.58 | 45.28 | 14.47 | - |
| YUV | 143.75 | 90.32 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 77 | 0.77 | 0 | 0.63 | 0.19 | 131.32 | 0.63 | 0.5 |
| Hex | 2F | CE | 4D | 4D | 0 | 3F | 13 | 83 | 3F | 32 |
| Octal | 57 | 316 | 115 | 115 | 0 | 77 | 23 | 203 | 77 | 62 |
| Binary | 101111 | 11001110 | 1001101 | 1001101 | 0 | 111111 | 10011 | 10000011 | 111111 | 110010 |
Color Harmonies of #2FCE4D
Complementary color
Monochromatic Colors of #2FCE4D
Black with #2FCE4D
Text Example
Text Example
White with #2FCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE4D; }
p { color: rgb(47,206,77); }
H1.HeaderClassName
{
color: #2FCE4D;
}
.AnyTagClassName
{
color: #2FCE4D;
}
</style>
background-color css
<style>
a { background-color: #2FCE4D; }
a { background-color: rgb(47,206,77); }
div.DivClassName
{
background-color: #2FCE4D;
}
.BgClassName
{
background-color: #2FCE4D;
}
</style>
border-color css
<style>
span { border-color: #2FCE4D; }
span { border-color: rgb(47,206,77); }
td.TdClassName
{
border-color: #2FCE4D;
}
.TagClassName
{
border-color: #2FCE4D;
}
</style>