Shades of Lime Green #2FEB3E
Tints of Lime Green #2FEB3E
RGB
CMYK
RGB Variations
Color information
#2FEB3E (or 0x2FEB3E) is known color: Lime Green. HEX triplet: 2F, EB and 3E. RGB value is (47,235,62). Sum of RGB (Red+Green+Blue) = 47+235+62=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 235 (92.19% from 255 or 68.31% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB3E is #D014C1. Grayscale: #9F9F9F. Windows color (decimal): -13636802 or 4123439. OLE color: 4123439.
HSL color Cylindrical-coordinate representation of color #2FEB3E: hue angle of 124.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB3E is Cyan = 0.8, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 62 | - |
| CMYK | 0.8 | 0 | 0.74 | 0.08 |
| HSL | 124.79º | 0.82% | 0.55% | - |
| HSV(B) | 124.79º | 0.8% | 0.92% | - |
| XYZ | 31.75 | 60.37 | 14.54 | - |
| YUV | 159.07 | 73.22 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 62 | 0.8 | 0 | 0.74 | 0.08 | 124.79 | 0.82 | 0.55 |
| Hex | 2F | EB | 3E | 50 | 0 | 4A | 8 | 7D | 52 | 37 |
| Octal | 57 | 353 | 76 | 120 | 0 | 112 | 10 | 175 | 122 | 67 |
| Binary | 101111 | 11101011 | 111110 | 1010000 | 0 | 1001010 | 1000 | 1111101 | 1010010 | 110111 |
Color Harmonies of #2FEB3E
Complementary color
Monochromatic Colors of #2FEB3E
Black with #2FEB3E
Text Example
Text Example
White with #2FEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB3E; }
p { color: rgb(47,235,62); }
H1.HeaderClassName
{
color: #2FEB3E;
}
.AnyTagClassName
{
color: #2FEB3E;
}
</style>
background-color css
<style>
a { background-color: #2FEB3E; }
a { background-color: rgb(47,235,62); }
div.DivClassName
{
background-color: #2FEB3E;
}
.BgClassName
{
background-color: #2FEB3E;
}
</style>
border-color css
<style>
span { border-color: #2FEB3E; }
span { border-color: rgb(47,235,62); }
td.TdClassName
{
border-color: #2FEB3E;
}
.TagClassName
{
border-color: #2FEB3E;
}
</style>