Shades of Lime Green #2FE02E
Tints of Lime Green #2FE02E
RGB
CMYK
RGB Variations
Color information
#2FE02E (or 0x2FE02E) is known color: Lime Green. HEX triplet: 2F, E0 and 2E. RGB value is (47,224,46). Sum of RGB (Red+Green+Blue) = 47+224+46=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 224 (87.89% from 255 or 70.66% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE02E is #D01FD1. Grayscale: #979797. Windows color (decimal): -13639634 or 3072047. OLE color: 3072047.
HSL color Cylindrical-coordinate representation of color #2FE02E: hue angle of 119.66º 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 #2FE02E is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 46 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.12 |
| HSL | 119.66º | 0.74% | 0.53% | - |
| HSV(B) | 119.66º | 0.79% | 0.88% | - |
| XYZ | 28.32 | 54.11 | 11.54 | - |
| YUV | 150.79 | 68.86 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 46 | 0.79 | 0 | 0.79 | 0.12 | 119.66 | 0.74 | 0.53 |
| Hex | 2F | E0 | 2E | 4F | 0 | 4F | C | 78 | 4A | 35 |
| Octal | 57 | 340 | 56 | 117 | 0 | 117 | 14 | 170 | 112 | 65 |
| Binary | 101111 | 11100000 | 101110 | 1001111 | 0 | 1001111 | 1100 | 1111000 | 1001010 | 110101 |
Color Harmonies of #2FE02E
Complementary color
Monochromatic Colors of #2FE02E
Black with #2FE02E
Text Example
Text Example
White with #2FE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE02E; }
p { color: rgb(47,224,46); }
H1.HeaderClassName
{
color: #2FE02E;
}
.AnyTagClassName
{
color: #2FE02E;
}
</style>
background-color css
<style>
a { background-color: #2FE02E; }
a { background-color: rgb(47,224,46); }
div.DivClassName
{
background-color: #2FE02E;
}
.BgClassName
{
background-color: #2FE02E;
}
</style>
border-color css
<style>
span { border-color: #2FE02E; }
span { border-color: rgb(47,224,46); }
td.TdClassName
{
border-color: #2FE02E;
}
.TagClassName
{
border-color: #2FE02E;
}
</style>