Shades of Lime Green #2FD91E
Tints of Lime Green #2FD91E
RGB
CMYK
RGB Variations
Color information
#2FD91E (or 0x2FD91E) is known color: Lime Green. HEX triplet: 2F, D9 and 1E. RGB value is (47,217,30). Sum of RGB (Red+Green+Blue) = 47+217+30=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 217 (85.16% from 255 or 73.81% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD91E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD91E is #D026E1. Grayscale: #919191. Windows color (decimal): -13641442 or 2021679. OLE color: 2021679.
HSL color Cylindrical-coordinate representation of color #2FD91E: hue angle of 114.55º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FD91E is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 217 | 30 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.15 |
| HSL | 114.55º | 0.76% | 0.48% | - |
| HSV(B) | 114.55º | 0.86% | 0.85% | - |
| XYZ | 26.22 | 50.32 | 9.56 | - |
| YUV | 144.85 | 63.18 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 217 | 30 | 0.78 | 0 | 0.86 | 0.15 | 114.55 | 0.76 | 0.48 |
| Hex | 2F | D9 | 1E | 4E | 0 | 56 | F | 73 | 4C | 30 |
| Octal | 57 | 331 | 36 | 116 | 0 | 126 | 17 | 163 | 114 | 60 |
| Binary | 101111 | 11011001 | 11110 | 1001110 | 0 | 1010110 | 1111 | 1110011 | 1001100 | 110000 |
Color Harmonies of #2FD91E
Complementary color
Monochromatic Colors of #2FD91E
Black with #2FD91E
Text Example
Text Example
White with #2FD91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD91E; }
p { color: rgb(47,217,30); }
H1.HeaderClassName
{
color: #2FD91E;
}
.AnyTagClassName
{
color: #2FD91E;
}
</style>
background-color css
<style>
a { background-color: #2FD91E; }
a { background-color: rgb(47,217,30); }
div.DivClassName
{
background-color: #2FD91E;
}
.BgClassName
{
background-color: #2FD91E;
}
</style>
border-color css
<style>
span { border-color: #2FD91E; }
span { border-color: rgb(47,217,30); }
td.TdClassName
{
border-color: #2FD91E;
}
.TagClassName
{
border-color: #2FD91E;
}
</style>