Shades of Lime Green #2FE746
Tints of Lime Green #2FE746
RGB
CMYK
RGB Variations
Color information
#2FE746 (or 0x2FE746) is known color: Lime Green. HEX triplet: 2F, E7 and 46. RGB value is (47,231,70). Sum of RGB (Red+Green+Blue) = 47+231+70=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 231 (90.62% from 255 or 66.38% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE746 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE746 is #D018B9. Grayscale: #9E9E9E. Windows color (decimal): -13637818 or 4646703. OLE color: 4646703.
HSL color Cylindrical-coordinate representation of color #2FE746: hue angle of 127.5º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE746 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 70 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.09 |
| HSL | 127.5º | 0.79% | 0.55% | - |
| HSV(B) | 127.5º | 0.8% | 0.91% | - |
| XYZ | 30.85 | 58.2 | 15.4 | - |
| YUV | 157.63 | 78.54 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 70 | 0.80 | 0 | 0.70 | 0.09 | 127.5 | 0.79 | 0.55 |
| Hex | 2F | E7 | 46 | 50 | 0 | 46 | 9 | 80 | 4F | 37 |
| Octal | 57 | 347 | 106 | 120 | 0 | 106 | 11 | 200 | 117 | 67 |
| Binary | 101111 | 11100111 | 1000110 | 1010000 | 0 | 1000110 | 1001 | 10000000 | 1001111 | 110111 |
Color Harmonies of #2FE746
Complementary color
Monochromatic Colors of #2FE746
Black with #2FE746
Text Example
Text Example
White with #2FE746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE746; }
p { color: rgb(47,231,70); }
H1.HeaderClassName
{
color: #2FE746;
}
.AnyTagClassName
{
color: #2FE746;
}
</style>
background-color css
<style>
a { background-color: #2FE746; }
a { background-color: rgb(47,231,70); }
div.DivClassName
{
background-color: #2FE746;
}
.BgClassName
{
background-color: #2FE746;
}
</style>
border-color css
<style>
span { border-color: #2FE746; }
span { border-color: rgb(47,231,70); }
td.TdClassName
{
border-color: #2FE746;
}
.TagClassName
{
border-color: #2FE746;
}
</style>