Shades of Lime Green #2FE041
Tints of Lime Green #2FE041
RGB
CMYK
RGB Variations
Color information
#2FE041 (or 0x2FE041) is known color: Lime Green. HEX triplet: 2F, E0 and 41. RGB value is (47,224,65). Sum of RGB (Red+Green+Blue) = 47+224+65=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE041 is #D01FBE. Grayscale: #999999. Windows color (decimal): -13639615 or 4317231. OLE color: 4317231.
HSL color Cylindrical-coordinate representation of color #2FE041: hue angle of 126.1º 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 #2FE041 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 65 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.12 |
| HSL | 126.1º | 0.74% | 0.53% | - |
| HSV(B) | 126.1º | 0.79% | 0.88% | - |
| XYZ | 28.78 | 54.3 | 13.96 | - |
| YUV | 152.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 65 | 0.79 | 0 | 0.71 | 0.12 | 126.1 | 0.74 | 0.53 |
| Hex | 2F | E0 | 41 | 4F | 0 | 47 | C | 7E | 4A | 35 |
| Octal | 57 | 340 | 101 | 117 | 0 | 107 | 14 | 176 | 112 | 65 |
| Binary | 101111 | 11100000 | 1000001 | 1001111 | 0 | 1000111 | 1100 | 1111110 | 1001010 | 110101 |
Color Harmonies of #2FE041
Complementary color
Monochromatic Colors of #2FE041
Black with #2FE041
Text Example
Text Example
White with #2FE041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE041; }
p { color: rgb(47,224,65); }
H1.HeaderClassName
{
color: #2FE041;
}
.AnyTagClassName
{
color: #2FE041;
}
</style>
background-color css
<style>
a { background-color: #2FE041; }
a { background-color: rgb(47,224,65); }
div.DivClassName
{
background-color: #2FE041;
}
.BgClassName
{
background-color: #2FE041;
}
</style>
border-color css
<style>
span { border-color: #2FE041; }
span { border-color: rgb(47,224,65); }
td.TdClassName
{
border-color: #2FE041;
}
.TagClassName
{
border-color: #2FE041;
}
</style>