Shades of Lime Green #2FE03F
Tints of Lime Green #2FE03F
RGB
CMYK
RGB Variations
Color information
#2FE03F (or 0x2FE03F) is known color: Lime Green. HEX triplet: 2F, E0 and 3F. RGB value is (47,224,63). Sum of RGB (Red+Green+Blue) = 47+224+63=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE03F is #D01FC0. Grayscale: #999999. Windows color (decimal): -13639617 or 4186159. OLE color: 4186159.
HSL color Cylindrical-coordinate representation of color #2FE03F: hue angle of 125.42º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE03F is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 63 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.12 |
| HSL | 125.42º | 0.74% | 0.53% | - |
| HSV(B) | 125.42º | 0.79% | 0.88% | - |
| XYZ | 28.73 | 54.27 | 13.66 | - |
| YUV | 152.72 | 77.36 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 63 | 0.79 | 0 | 0.72 | 0.12 | 125.42 | 0.74 | 0.53 |
| Hex | 2F | E0 | 3F | 4F | 0 | 48 | C | 7D | 4A | 35 |
| Octal | 57 | 340 | 77 | 117 | 0 | 110 | 14 | 175 | 112 | 65 |
| Binary | 101111 | 11100000 | 111111 | 1001111 | 0 | 1001000 | 1100 | 1111101 | 1001010 | 110101 |
Color Harmonies of #2FE03F
Complementary color
Monochromatic Colors of #2FE03F
Black with #2FE03F
Text Example
Text Example
White with #2FE03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE03F; }
p { color: rgb(47,224,63); }
H1.HeaderClassName
{
color: #2FE03F;
}
.AnyTagClassName
{
color: #2FE03F;
}
</style>
background-color css
<style>
a { background-color: #2FE03F; }
a { background-color: rgb(47,224,63); }
div.DivClassName
{
background-color: #2FE03F;
}
.BgClassName
{
background-color: #2FE03F;
}
</style>
border-color css
<style>
span { border-color: #2FE03F; }
span { border-color: rgb(47,224,63); }
td.TdClassName
{
border-color: #2FE03F;
}
.TagClassName
{
border-color: #2FE03F;
}
</style>