Shades of Lime Green #2FFE46
Tints of Lime Green #2FFE46
RGB
CMYK
RGB Variations
Color information
#2FFE46 (or 0x2FFE46) is known color: Lime Green. HEX triplet: 2F, FE and 46. RGB value is (47,254,70). Sum of RGB (Red+Green+Blue) = 47+254+70=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFE46 is #D001B9. Grayscale: #ABABAB. Windows color (decimal): -13631930 or 4652591. OLE color: 4652591.
HSL color Cylindrical-coordinate representation of color #2FFE46: hue angle of 126.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE46 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 70 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.00 |
| HSL | 126.67º | 0.99% | 0.59% | - |
| HSV(B) | 126.67º | 0.81% | 1% | - |
| XYZ | 37.72 | 71.93 | 17.69 | - |
| YUV | 171.13 | 70.92 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 70 | 0.81 | 0 | 0.72 | 0.00 | 126.67 | 0.99 | 0.59 |
| Hex | 2F | FE | 46 | 51 | 0 | 48 | 0 | 7F | 63 | 3B |
| Octal | 57 | 376 | 106 | 121 | 0 | 110 | 0 | 177 | 143 | 73 |
| Binary | 101111 | 11111110 | 1000110 | 1010001 | 0 | 1001000 | 0 | 1111111 | 1100011 | 111011 |
Color Harmonies of #2FFE46
Complementary color
Monochromatic Colors of #2FFE46
Black with #2FFE46
Text Example
Text Example
White with #2FFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE46; }
p { color: rgb(47,254,70); }
H1.HeaderClassName
{
color: #2FFE46;
}
.AnyTagClassName
{
color: #2FFE46;
}
</style>
background-color css
<style>
a { background-color: #2FFE46; }
a { background-color: rgb(47,254,70); }
div.DivClassName
{
background-color: #2FFE46;
}
.BgClassName
{
background-color: #2FFE46;
}
</style>
border-color css
<style>
span { border-color: #2FFE46; }
span { border-color: rgb(47,254,70); }
td.TdClassName
{
border-color: #2FFE46;
}
.TagClassName
{
border-color: #2FFE46;
}
</style>