Shades of Lime Green #2FC63F
Tints of Lime Green #2FC63F
RGB
CMYK
RGB Variations
Color information
#2FC63F (or 0x2FC63F) is known color: Lime Green. HEX triplet: 2F, C6 and 3F. RGB value is (47,198,63). Sum of RGB (Red+Green+Blue) = 47+198+63=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 198 (77.73% from 255 or 64.29% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC63F is #D039C0. Grayscale: #898989. Windows color (decimal): -13646273 or 4179503. OLE color: 4179503.
HSL color Cylindrical-coordinate representation of color #2FC63F: hue angle of 126.36º 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 #2FC63F is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 63 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.22 |
| HSL | 126.36º | 0.62% | 0.48% | - |
| HSV(B) | 126.36º | 0.76% | 0.78% | - |
| XYZ | 22.26 | 41.35 | 11.51 | - |
| YUV | 137.46 | 85.97 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 63 | 0.76 | 0 | 0.68 | 0.22 | 126.36 | 0.62 | 0.48 |
| Hex | 2F | C6 | 3F | 4C | 0 | 44 | 16 | 7E | 3E | 30 |
| Octal | 57 | 306 | 77 | 114 | 0 | 104 | 26 | 176 | 76 | 60 |
| Binary | 101111 | 11000110 | 111111 | 1001100 | 0 | 1000100 | 10110 | 1111110 | 111110 | 110000 |
Color Harmonies of #2FC63F
Complementary color
Monochromatic Colors of #2FC63F
Black with #2FC63F
Text Example
Text Example
White with #2FC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC63F; }
p { color: rgb(47,198,63); }
H1.HeaderClassName
{
color: #2FC63F;
}
.AnyTagClassName
{
color: #2FC63F;
}
</style>
background-color css
<style>
a { background-color: #2FC63F; }
a { background-color: rgb(47,198,63); }
div.DivClassName
{
background-color: #2FC63F;
}
.BgClassName
{
background-color: #2FC63F;
}
</style>
border-color css
<style>
span { border-color: #2FC63F; }
span { border-color: rgb(47,198,63); }
td.TdClassName
{
border-color: #2FC63F;
}
.TagClassName
{
border-color: #2FC63F;
}
</style>