Shades of Lime Green #2FBB1D
Tints of Lime Green #2FBB1D
RGB
CMYK
RGB Variations
Color information
#2FBB1D (or 0x2FBB1D) is known color: Lime Green. HEX triplet: 2F, BB and 1D. RGB value is (47,187,29). Sum of RGB (Red+Green+Blue) = 47+187+29=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 187 (73.44% from 255 or 71.10% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBB1D is #D044E2. Grayscale: #7F7F7F. Windows color (decimal): -13649123 or 1948463. OLE color: 1948463.
HSL color Cylindrical-coordinate representation of color #2FBB1D: hue angle of 113.16º 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 #2FBB1D is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 29 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.27 |
| HSL | 113.16º | 0.73% | 0.42% | - |
| HSV(B) | 113.16º | 0.84% | 0.73% | - |
| XYZ | 19.16 | 36.23 | 7.15 | - |
| YUV | 127.13 | 72.62 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 29 | 0.75 | 0 | 0.84 | 0.27 | 113.16 | 0.73 | 0.42 |
| Hex | 2F | BB | 1D | 4B | 0 | 54 | 1B | 71 | 49 | 2A |
| Octal | 57 | 273 | 35 | 113 | 0 | 124 | 33 | 161 | 111 | 52 |
| Binary | 101111 | 10111011 | 11101 | 1001011 | 0 | 1010100 | 11011 | 1110001 | 1001001 | 101010 |
Color Harmonies of #2FBB1D
Complementary color
Monochromatic Colors of #2FBB1D
Black with #2FBB1D
Text Example
Text Example
White with #2FBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBB1D; }
p { color: rgb(47,187,29); }
H1.HeaderClassName
{
color: #2FBB1D;
}
.AnyTagClassName
{
color: #2FBB1D;
}
</style>
background-color css
<style>
a { background-color: #2FBB1D; }
a { background-color: rgb(47,187,29); }
div.DivClassName
{
background-color: #2FBB1D;
}
.BgClassName
{
background-color: #2FBB1D;
}
</style>
border-color css
<style>
span { border-color: #2FBB1D; }
span { border-color: rgb(47,187,29); }
td.TdClassName
{
border-color: #2FBB1D;
}
.TagClassName
{
border-color: #2FBB1D;
}
</style>