Shades of Lime Green #2FD91A
Tints of Lime Green #2FD91A
RGB
CMYK
RGB Variations
Color information
#2FD91A (or 0x2FD91A) is known color: Lime Green. HEX triplet: 2F, D9 and 1A. RGB value is (47,217,26). Sum of RGB (Red+Green+Blue) = 47+217+26=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 217 (85.16% from 255 or 74.83% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD91A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD91A is #D026E5. Grayscale: #909090. Windows color (decimal): -13641446 or 1759535. OLE color: 1759535.
HSL color Cylindrical-coordinate representation of color #2FD91A: hue angle of 113.4º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FD91A is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 217 | 26 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.15 |
| HSL | 113.4º | 0.79% | 0.48% | - |
| HSV(B) | 113.4º | 0.88% | 0.85% | - |
| XYZ | 26.17 | 50.3 | 9.31 | - |
| YUV | 144.4 | 61.18 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 217 | 26 | 0.78 | 0 | 0.88 | 0.15 | 113.4 | 0.79 | 0.48 |
| Hex | 2F | D9 | 1A | 4E | 0 | 58 | F | 71 | 4F | 30 |
| Octal | 57 | 331 | 32 | 116 | 0 | 130 | 17 | 161 | 117 | 60 |
| Binary | 101111 | 11011001 | 11010 | 1001110 | 0 | 1011000 | 1111 | 1110001 | 1001111 | 110000 |
Color Harmonies of #2FD91A
Complementary color
Monochromatic Colors of #2FD91A
Black with #2FD91A
Text Example
Text Example
White with #2FD91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD91A; }
p { color: rgb(47,217,26); }
H1.HeaderClassName
{
color: #2FD91A;
}
.AnyTagClassName
{
color: #2FD91A;
}
</style>
background-color css
<style>
a { background-color: #2FD91A; }
a { background-color: rgb(47,217,26); }
div.DivClassName
{
background-color: #2FD91A;
}
.BgClassName
{
background-color: #2FD91A;
}
</style>
border-color css
<style>
span { border-color: #2FD91A; }
span { border-color: rgb(47,217,26); }
td.TdClassName
{
border-color: #2FD91A;
}
.TagClassName
{
border-color: #2FD91A;
}
</style>