Shades of Lime Green #2FCF4C
Tints of Lime Green #2FCF4C
RGB
CMYK
RGB Variations
Color information
#2FCF4C (or 0x2FCF4C) is known color: Lime Green. HEX triplet: 2F, CF and 4C. RGB value is (47,207,76). Sum of RGB (Red+Green+Blue) = 47+207+76=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF4C is #D030B3. Grayscale: #909090. Windows color (decimal): -13643956 or 5033775. OLE color: 5033775.
HSL color Cylindrical-coordinate representation of color #2FCF4C: hue angle of 130.88º 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 #2FCF4C is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 76 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.19 |
| HSL | 130.88º | 0.63% | 0.5% | - |
| HSV(B) | 130.88º | 0.77% | 0.81% | - |
| XYZ | 24.79 | 45.75 | 14.36 | - |
| YUV | 144.23 | 89.49 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 76 | 0.77 | 0 | 0.63 | 0.19 | 130.88 | 0.63 | 0.5 |
| Hex | 2F | CF | 4C | 4D | 0 | 3F | 13 | 83 | 3F | 32 |
| Octal | 57 | 317 | 114 | 115 | 0 | 77 | 23 | 203 | 77 | 62 |
| Binary | 101111 | 11001111 | 1001100 | 1001101 | 0 | 111111 | 10011 | 10000011 | 111111 | 110010 |
Color Harmonies of #2FCF4C
Complementary color
Monochromatic Colors of #2FCF4C
Black with #2FCF4C
Text Example
Text Example
White with #2FCF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF4C; }
p { color: rgb(47,207,76); }
H1.HeaderClassName
{
color: #2FCF4C;
}
.AnyTagClassName
{
color: #2FCF4C;
}
</style>
background-color css
<style>
a { background-color: #2FCF4C; }
a { background-color: rgb(47,207,76); }
div.DivClassName
{
background-color: #2FCF4C;
}
.BgClassName
{
background-color: #2FCF4C;
}
</style>
border-color css
<style>
span { border-color: #2FCF4C; }
span { border-color: rgb(47,207,76); }
td.TdClassName
{
border-color: #2FCF4C;
}
.TagClassName
{
border-color: #2FCF4C;
}
</style>