Shades of Lime Green #2FE91E
Tints of Lime Green #2FE91E
RGB
CMYK
RGB Variations
Color information
#2FE91E (or 0x2FE91E) is known color: Lime Green. HEX triplet: 2F, E9 and 1E. RGB value is (47,233,30). Sum of RGB (Red+Green+Blue) = 47+233+30=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 233 (91.41% from 255 or 75.16% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE91E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE91E is #D016E1. Grayscale: #9A9A9A. Windows color (decimal): -13637346 or 2025775. OLE color: 2025775.
HSL color Cylindrical-coordinate representation of color #2FE91E: hue angle of 114.98º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FE91E is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 30 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.09 |
| HSL | 114.98º | 0.82% | 0.52% | - |
| HSV(B) | 114.98º | 0.87% | 0.91% | - |
| XYZ | 30.55 | 58.98 | 11 | - |
| YUV | 154.24 | 57.88 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 30 | 0.80 | 0 | 0.87 | 0.09 | 114.98 | 0.82 | 0.52 |
| Hex | 2F | E9 | 1E | 50 | 0 | 57 | 9 | 73 | 52 | 34 |
| Octal | 57 | 351 | 36 | 120 | 0 | 127 | 11 | 163 | 122 | 64 |
| Binary | 101111 | 11101001 | 11110 | 1010000 | 0 | 1010111 | 1001 | 1110011 | 1010010 | 110100 |
Color Harmonies of #2FE91E
Complementary color
Monochromatic Colors of #2FE91E
Black with #2FE91E
Text Example
Text Example
White with #2FE91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE91E; }
p { color: rgb(47,233,30); }
H1.HeaderClassName
{
color: #2FE91E;
}
.AnyTagClassName
{
color: #2FE91E;
}
</style>
background-color css
<style>
a { background-color: #2FE91E; }
a { background-color: rgb(47,233,30); }
div.DivClassName
{
background-color: #2FE91E;
}
.BgClassName
{
background-color: #2FE91E;
}
</style>
border-color css
<style>
span { border-color: #2FE91E; }
span { border-color: rgb(47,233,30); }
td.TdClassName
{
border-color: #2FE91E;
}
.TagClassName
{
border-color: #2FE91E;
}
</style>