Shades of Lime Green #2FE14D
Tints of Lime Green #2FE14D
RGB
CMYK
RGB Variations
Color information
#2FE14D (or 0x2FE14D) is known color: Lime Green. HEX triplet: 2F, E1 and 4D. RGB value is (47,225,77). Sum of RGB (Red+Green+Blue) = 47+225+77=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE14D is #D01EB2. Grayscale: #9B9B9B. Windows color (decimal): -13639347 or 5103919. OLE color: 5103919.
HSL color Cylindrical-coordinate representation of color #2FE14D: hue angle of 130.11º 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 #2FE14D is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 77 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.12 |
| HSL | 130.11º | 0.75% | 0.53% | - |
| HSV(B) | 130.11º | 0.79% | 0.88% | - |
| XYZ | 29.44 | 54.99 | 16.08 | - |
| YUV | 154.91 | 84.03 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 77 | 0.79 | 0 | 0.66 | 0.12 | 130.11 | 0.75 | 0.53 |
| Hex | 2F | E1 | 4D | 4F | 0 | 42 | C | 82 | 4B | 35 |
| Octal | 57 | 341 | 115 | 117 | 0 | 102 | 14 | 202 | 113 | 65 |
| Binary | 101111 | 11100001 | 1001101 | 1001111 | 0 | 1000010 | 1100 | 10000010 | 1001011 | 110101 |
Color Harmonies of #2FE14D
Complementary color
Monochromatic Colors of #2FE14D
Black with #2FE14D
Text Example
Text Example
White with #2FE14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE14D; }
p { color: rgb(47,225,77); }
H1.HeaderClassName
{
color: #2FE14D;
}
.AnyTagClassName
{
color: #2FE14D;
}
</style>
background-color css
<style>
a { background-color: #2FE14D; }
a { background-color: rgb(47,225,77); }
div.DivClassName
{
background-color: #2FE14D;
}
.BgClassName
{
background-color: #2FE14D;
}
</style>
border-color css
<style>
span { border-color: #2FE14D; }
span { border-color: rgb(47,225,77); }
td.TdClassName
{
border-color: #2FE14D;
}
.TagClassName
{
border-color: #2FE14D;
}
</style>