Shades of Lime Green #2FE140
Tints of Lime Green #2FE140
RGB
CMYK
RGB Variations
Color information
#2FE140 (or 0x2FE140) is known color: Lime Green. HEX triplet: 2F, E1 and 40. RGB value is (47,225,64). Sum of RGB (Red+Green+Blue) = 47+225+64=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE140 is #D01EBF. Grayscale: #999999. Windows color (decimal): -13639360 or 4251951. OLE color: 4251951.
HSL color Cylindrical-coordinate representation of color #2FE140: hue angle of 125.73º degrees, saturation: 0.75, 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 #2FE140 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 64 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.12 |
| HSL | 125.73º | 0.75% | 0.53% | - |
| HSV(B) | 125.73º | 0.79% | 0.88% | - |
| XYZ | 29.02 | 54.82 | 13.9 | - |
| YUV | 153.42 | 77.53 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 64 | 0.79 | 0 | 0.72 | 0.12 | 125.73 | 0.75 | 0.53 |
| Hex | 2F | E1 | 40 | 4F | 0 | 48 | C | 7E | 4B | 35 |
| Octal | 57 | 341 | 100 | 117 | 0 | 110 | 14 | 176 | 113 | 65 |
| Binary | 101111 | 11100001 | 1000000 | 1001111 | 0 | 1001000 | 1100 | 1111110 | 1001011 | 110101 |
Color Harmonies of #2FE140
Complementary color
Monochromatic Colors of #2FE140
Black with #2FE140
Text Example
Text Example
White with #2FE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE140; }
p { color: rgb(47,225,64); }
H1.HeaderClassName
{
color: #2FE140;
}
.AnyTagClassName
{
color: #2FE140;
}
</style>
background-color css
<style>
a { background-color: #2FE140; }
a { background-color: rgb(47,225,64); }
div.DivClassName
{
background-color: #2FE140;
}
.BgClassName
{
background-color: #2FE140;
}
</style>
border-color css
<style>
span { border-color: #2FE140; }
span { border-color: rgb(47,225,64); }
td.TdClassName
{
border-color: #2FE140;
}
.TagClassName
{
border-color: #2FE140;
}
</style>