Shades of Lime Green #2FB729
Tints of Lime Green #2FB729
RGB
CMYK
RGB Variations
Color information
#2FB729 (or 0x2FB729) is known color: Lime Green. HEX triplet: 2F, B7 and 29. RGB value is (47,183,41). Sum of RGB (Red+Green+Blue) = 47+183+41=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 183 (71.88% from 255 or 67.53% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB729 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB729 is #D048D6. Grayscale: #7E7E7E. Windows color (decimal): -13650135 or 2733871. OLE color: 2733871.
HSL color Cylindrical-coordinate representation of color #2FB729: hue angle of 117.46º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FB729 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 41 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.28 |
| HSL | 117.46º | 0.63% | 0.44% | - |
| HSV(B) | 117.46º | 0.78% | 0.72% | - |
| XYZ | 18.51 | 34.63 | 7.81 | - |
| YUV | 126.15 | 79.94 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 41 | 0.74 | 0 | 0.78 | 0.28 | 117.46 | 0.63 | 0.44 |
| Hex | 2F | B7 | 29 | 4A | 0 | 4E | 1C | 75 | 3F | 2C |
| Octal | 57 | 267 | 51 | 112 | 0 | 116 | 34 | 165 | 77 | 54 |
| Binary | 101111 | 10110111 | 101001 | 1001010 | 0 | 1001110 | 11100 | 1110101 | 111111 | 101100 |
Color Harmonies of #2FB729
Complementary color
Monochromatic Colors of #2FB729
Black with #2FB729
Text Example
Text Example
White with #2FB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB729; }
p { color: rgb(47,183,41); }
H1.HeaderClassName
{
color: #2FB729;
}
.AnyTagClassName
{
color: #2FB729;
}
</style>
background-color css
<style>
a { background-color: #2FB729; }
a { background-color: rgb(47,183,41); }
div.DivClassName
{
background-color: #2FB729;
}
.BgClassName
{
background-color: #2FB729;
}
</style>
border-color css
<style>
span { border-color: #2FB729; }
span { border-color: rgb(47,183,41); }
td.TdClassName
{
border-color: #2FB729;
}
.TagClassName
{
border-color: #2FB729;
}
</style>