Shades of Lime Green #2FC83F
Tints of Lime Green #2FC83F
RGB
CMYK
RGB Variations
Color information
#2FC83F (or 0x2FC83F) is known color: Lime Green. HEX triplet: 2F, C8 and 3F. RGB value is (47,200,63). Sum of RGB (Red+Green+Blue) = 47+200+63=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 200 (78.52% from 255 or 64.52% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC83F is #D037C0. Grayscale: #8B8B8B. Windows color (decimal): -13645761 or 4180015. OLE color: 4180015.
HSL color Cylindrical-coordinate representation of color #2FC83F: hue angle of 126.27º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC83F is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 63 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.22 |
| HSL | 126.27º | 0.62% | 0.48% | - |
| HSV(B) | 126.27º | 0.77% | 0.78% | - |
| XYZ | 22.72 | 42.27 | 11.66 | - |
| YUV | 138.64 | 85.31 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 63 | 0.76 | 0 | 0.68 | 0.22 | 126.27 | 0.62 | 0.48 |
| Hex | 2F | C8 | 3F | 4C | 0 | 44 | 16 | 7E | 3E | 30 |
| Octal | 57 | 310 | 77 | 114 | 0 | 104 | 26 | 176 | 76 | 60 |
| Binary | 101111 | 11001000 | 111111 | 1001100 | 0 | 1000100 | 10110 | 1111110 | 111110 | 110000 |
Color Harmonies of #2FC83F
Complementary color
Monochromatic Colors of #2FC83F
Black with #2FC83F
Text Example
Text Example
White with #2FC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC83F; }
p { color: rgb(47,200,63); }
H1.HeaderClassName
{
color: #2FC83F;
}
.AnyTagClassName
{
color: #2FC83F;
}
</style>
background-color css
<style>
a { background-color: #2FC83F; }
a { background-color: rgb(47,200,63); }
div.DivClassName
{
background-color: #2FC83F;
}
.BgClassName
{
background-color: #2FC83F;
}
</style>
border-color css
<style>
span { border-color: #2FC83F; }
span { border-color: rgb(47,200,63); }
td.TdClassName
{
border-color: #2FC83F;
}
.TagClassName
{
border-color: #2FC83F;
}
</style>