Shades of Lime Green #2FCF3E
Tints of Lime Green #2FCF3E
RGB
CMYK
RGB Variations
Color information
#2FCF3E (or 0x2FCF3E) is known color: Lime Green. HEX triplet: 2F, CF and 3E. RGB value is (47,207,62). Sum of RGB (Red+Green+Blue) = 47+207+62=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF3E is #D030C1. Grayscale: #8F8F8F. Windows color (decimal): -13643970 or 4116271. OLE color: 4116271.
HSL color Cylindrical-coordinate representation of color #2FCF3E: hue angle of 125.62º 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 #2FCF3E is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 62 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.19 |
| HSL | 125.63º | 0.63% | 0.5% | - |
| HSV(B) | 125.63º | 0.77% | 0.81% | - |
| XYZ | 24.35 | 45.58 | 12.07 | - |
| YUV | 142.63 | 82.49 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 62 | 0.77 | 0 | 0.70 | 0.19 | 125.63 | 0.63 | 0.5 |
| Hex | 2F | CF | 3E | 4D | 0 | 46 | 13 | 7E | 3F | 32 |
| Octal | 57 | 317 | 76 | 115 | 0 | 106 | 23 | 176 | 77 | 62 |
| Binary | 101111 | 11001111 | 111110 | 1001101 | 0 | 1000110 | 10011 | 1111110 | 111111 | 110010 |
Color Harmonies of #2FCF3E
Complementary color
Monochromatic Colors of #2FCF3E
Black with #2FCF3E
Text Example
Text Example
White with #2FCF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF3E; }
p { color: rgb(47,207,62); }
H1.HeaderClassName
{
color: #2FCF3E;
}
.AnyTagClassName
{
color: #2FCF3E;
}
</style>
background-color css
<style>
a { background-color: #2FCF3E; }
a { background-color: rgb(47,207,62); }
div.DivClassName
{
background-color: #2FCF3E;
}
.BgClassName
{
background-color: #2FCF3E;
}
</style>
border-color css
<style>
span { border-color: #2FCF3E; }
span { border-color: rgb(47,207,62); }
td.TdClassName
{
border-color: #2FCF3E;
}
.TagClassName
{
border-color: #2FCF3E;
}
</style>