Shades of Lime Green #2FB31D
Tints of Lime Green #2FB31D
RGB
CMYK
RGB Variations
Color information
#2FB31D (or 0x2FB31D) is known color: Lime Green. HEX triplet: 2F, B3 and 1D. RGB value is (47,179,29). Sum of RGB (Red+Green+Blue) = 47+179+29=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB31D is #D04CE2. Grayscale: #7A7A7A. Windows color (decimal): -13651171 or 1946415. OLE color: 1946415.
HSL color Cylindrical-coordinate representation of color #2FB31D: hue angle of 112.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FB31D is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 29 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.30 |
| HSL | 112.8º | 0.72% | 0.41% | - |
| HSV(B) | 112.8º | 0.84% | 0.7% | - |
| XYZ | 17.51 | 32.93 | 6.6 | - |
| YUV | 122.43 | 75.27 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 29 | 0.74 | 0 | 0.84 | 0.30 | 112.8 | 0.72 | 0.41 |
| Hex | 2F | B3 | 1D | 4A | 0 | 54 | 1E | 71 | 48 | 29 |
| Octal | 57 | 263 | 35 | 112 | 0 | 124 | 36 | 161 | 110 | 51 |
| Binary | 101111 | 10110011 | 11101 | 1001010 | 0 | 1010100 | 11110 | 1110001 | 1001000 | 101001 |
Color Harmonies of #2FB31D
Complementary color
Monochromatic Colors of #2FB31D
Black with #2FB31D
Text Example
Text Example
White with #2FB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB31D; }
p { color: rgb(47,179,29); }
H1.HeaderClassName
{
color: #2FB31D;
}
.AnyTagClassName
{
color: #2FB31D;
}
</style>
background-color css
<style>
a { background-color: #2FB31D; }
a { background-color: rgb(47,179,29); }
div.DivClassName
{
background-color: #2FB31D;
}
.BgClassName
{
background-color: #2FB31D;
}
</style>
border-color css
<style>
span { border-color: #2FB31D; }
span { border-color: rgb(47,179,29); }
td.TdClassName
{
border-color: #2FB31D;
}
.TagClassName
{
border-color: #2FB31D;
}
</style>