Shades of Lime Green #2FE71E
Tints of Lime Green #2FE71E
RGB
CMYK
RGB Variations
Color information
#2FE71E (or 0x2FE71E) is known color: Lime Green. HEX triplet: 2F, E7 and 1E. RGB value is (47,231,30). Sum of RGB (Red+Green+Blue) = 47+231+30=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 231 (90.62% from 255 or 75% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE71E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE71E is #D018E1. Grayscale: #999999. Windows color (decimal): -13637858 or 2025263. OLE color: 2025263.
HSL color Cylindrical-coordinate representation of color #2FE71E: hue angle of 114.93º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FE71E is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 30 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.09 |
| HSL | 114.93º | 0.81% | 0.51% | - |
| HSV(B) | 114.93º | 0.87% | 0.91% | - |
| XYZ | 29.98 | 57.85 | 10.81 | - |
| YUV | 153.07 | 58.54 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 30 | 0.80 | 0 | 0.87 | 0.09 | 114.93 | 0.81 | 0.51 |
| Hex | 2F | E7 | 1E | 50 | 0 | 57 | 9 | 73 | 51 | 33 |
| Octal | 57 | 347 | 36 | 120 | 0 | 127 | 11 | 163 | 121 | 63 |
| Binary | 101111 | 11100111 | 11110 | 1010000 | 0 | 1010111 | 1001 | 1110011 | 1010001 | 110011 |
Color Harmonies of #2FE71E
Complementary color
Monochromatic Colors of #2FE71E
Black with #2FE71E
Text Example
Text Example
White with #2FE71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE71E; }
p { color: rgb(47,231,30); }
H1.HeaderClassName
{
color: #2FE71E;
}
.AnyTagClassName
{
color: #2FE71E;
}
</style>
background-color css
<style>
a { background-color: #2FE71E; }
a { background-color: rgb(47,231,30); }
div.DivClassName
{
background-color: #2FE71E;
}
.BgClassName
{
background-color: #2FE71E;
}
</style>
border-color css
<style>
span { border-color: #2FE71E; }
span { border-color: rgb(47,231,30); }
td.TdClassName
{
border-color: #2FE71E;
}
.TagClassName
{
border-color: #2FE71E;
}
</style>