Shades of Lime Green #2FEF46
Tints of Lime Green #2FEF46
RGB
CMYK
RGB Variations
Color information
#2FEF46 (or 0x2FEF46) is known color: Lime Green. HEX triplet: 2F, EF and 46. RGB value is (47,239,70). Sum of RGB (Red+Green+Blue) = 47+239+70=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEF46 is #D010B9. Grayscale: #A2A2A2. Windows color (decimal): -13635770 or 4648751. OLE color: 4648751.
HSL color Cylindrical-coordinate representation of color #2FEF46: hue angle of 127.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEF46 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 70 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.06 |
| HSL | 127.19º | 0.86% | 0.56% | - |
| HSV(B) | 127.19º | 0.8% | 0.94% | - |
| XYZ | 33.14 | 62.78 | 16.17 | - |
| YUV | 162.33 | 75.89 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 70 | 0.80 | 0 | 0.71 | 0.06 | 127.19 | 0.86 | 0.56 |
| Hex | 2F | EF | 46 | 50 | 0 | 47 | 6 | 7F | 56 | 38 |
| Octal | 57 | 357 | 106 | 120 | 0 | 107 | 6 | 177 | 126 | 70 |
| Binary | 101111 | 11101111 | 1000110 | 1010000 | 0 | 1000111 | 110 | 1111111 | 1010110 | 111000 |
Color Harmonies of #2FEF46
Complementary color
Monochromatic Colors of #2FEF46
Black with #2FEF46
Text Example
Text Example
White with #2FEF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF46; }
p { color: rgb(47,239,70); }
H1.HeaderClassName
{
color: #2FEF46;
}
.AnyTagClassName
{
color: #2FEF46;
}
</style>
background-color css
<style>
a { background-color: #2FEF46; }
a { background-color: rgb(47,239,70); }
div.DivClassName
{
background-color: #2FEF46;
}
.BgClassName
{
background-color: #2FEF46;
}
</style>
border-color css
<style>
span { border-color: #2FEF46; }
span { border-color: rgb(47,239,70); }
td.TdClassName
{
border-color: #2FEF46;
}
.TagClassName
{
border-color: #2FEF46;
}
</style>