Shades of Lime Green #2FE346
Tints of Lime Green #2FE346
RGB
CMYK
RGB Variations
Color information
#2FE346 (or 0x2FE346) is known color: Lime Green. HEX triplet: 2F, E3 and 46. RGB value is (47,227,70). Sum of RGB (Red+Green+Blue) = 47+227+70=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 227 (89.06% from 255 or 65.99% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE346 is #D01CB9. Grayscale: #9B9B9B. Windows color (decimal): -13638842 or 4645679. OLE color: 4645679.
HSL color Cylindrical-coordinate representation of color #2FE346: hue angle of 127.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE346 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 227 | 70 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.11 |
| HSL | 127.67º | 0.76% | 0.54% | - |
| HSV(B) | 127.67º | 0.79% | 0.89% | - |
| XYZ | 29.75 | 55.98 | 15.03 | - |
| YUV | 155.28 | 79.87 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 227 | 70 | 0.79 | 0 | 0.69 | 0.11 | 127.67 | 0.76 | 0.54 |
| Hex | 2F | E3 | 46 | 4F | 0 | 45 | B | 80 | 4C | 36 |
| Octal | 57 | 343 | 106 | 117 | 0 | 105 | 13 | 200 | 114 | 66 |
| Binary | 101111 | 11100011 | 1000110 | 1001111 | 0 | 1000101 | 1011 | 10000000 | 1001100 | 110110 |
Color Harmonies of #2FE346
Complementary color
Monochromatic Colors of #2FE346
Black with #2FE346
Text Example
Text Example
White with #2FE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE346; }
p { color: rgb(47,227,70); }
H1.HeaderClassName
{
color: #2FE346;
}
.AnyTagClassName
{
color: #2FE346;
}
</style>
background-color css
<style>
a { background-color: #2FE346; }
a { background-color: rgb(47,227,70); }
div.DivClassName
{
background-color: #2FE346;
}
.BgClassName
{
background-color: #2FE346;
}
</style>
border-color css
<style>
span { border-color: #2FE346; }
span { border-color: rgb(47,227,70); }
td.TdClassName
{
border-color: #2FE346;
}
.TagClassName
{
border-color: #2FE346;
}
</style>