Shades of Lime Green #2FB91D
Tints of Lime Green #2FB91D
RGB
CMYK
RGB Variations
Color information
#2FB91D (or 0x2FB91D) is known color: Lime Green. HEX triplet: 2F, B9 and 1D. RGB value is (47,185,29). Sum of RGB (Red+Green+Blue) = 47+185+29=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB91D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB91D is #D046E2. Grayscale: #7E7E7E. Windows color (decimal): -13649635 or 1947951. OLE color: 1947951.
HSL color Cylindrical-coordinate representation of color #2FB91D: hue angle of 113.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FB91D is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 29 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.27 |
| HSL | 113.08º | 0.73% | 0.42% | - |
| HSV(B) | 113.08º | 0.84% | 0.73% | - |
| XYZ | 18.74 | 35.39 | 7.01 | - |
| YUV | 125.95 | 73.28 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 29 | 0.75 | 0 | 0.84 | 0.27 | 113.08 | 0.73 | 0.42 |
| Hex | 2F | B9 | 1D | 4B | 0 | 54 | 1B | 71 | 49 | 2A |
| Octal | 57 | 271 | 35 | 113 | 0 | 124 | 33 | 161 | 111 | 52 |
| Binary | 101111 | 10111001 | 11101 | 1001011 | 0 | 1010100 | 11011 | 1110001 | 1001001 | 101010 |
Color Harmonies of #2FB91D
Complementary color
Monochromatic Colors of #2FB91D
Black with #2FB91D
Text Example
Text Example
White with #2FB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB91D; }
p { color: rgb(47,185,29); }
H1.HeaderClassName
{
color: #2FB91D;
}
.AnyTagClassName
{
color: #2FB91D;
}
</style>
background-color css
<style>
a { background-color: #2FB91D; }
a { background-color: rgb(47,185,29); }
div.DivClassName
{
background-color: #2FB91D;
}
.BgClassName
{
background-color: #2FB91D;
}
</style>
border-color css
<style>
span { border-color: #2FB91D; }
span { border-color: rgb(47,185,29); }
td.TdClassName
{
border-color: #2FB91D;
}
.TagClassName
{
border-color: #2FB91D;
}
</style>