Shades of Lime Green #2FB722
Tints of Lime Green #2FB722
RGB
CMYK
RGB Variations
Color information
#2FB722 (or 0x2FB722) is known color: Lime Green. HEX triplet: 2F, B7 and 22. RGB value is (47,183,34). Sum of RGB (Red+Green+Blue) = 47+183+34=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 183 (71.88% from 255 or 69.32% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB722 is #D048DD. Grayscale: #7D7D7D. Windows color (decimal): -13650142 or 2275119. OLE color: 2275119.
HSL color Cylindrical-coordinate representation of color #2FB722: hue angle of 114.77º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FB722 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 34 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.28 |
| HSL | 114.77º | 0.69% | 0.43% | - |
| HSV(B) | 114.77º | 0.81% | 0.72% | - |
| XYZ | 18.39 | 34.59 | 7.22 | - |
| YUV | 125.35 | 76.44 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 34 | 0.74 | 0 | 0.81 | 0.28 | 114.77 | 0.69 | 0.43 |
| Hex | 2F | B7 | 22 | 4A | 0 | 51 | 1C | 73 | 45 | 2B |
| Octal | 57 | 267 | 42 | 112 | 0 | 121 | 34 | 163 | 105 | 53 |
| Binary | 101111 | 10110111 | 100010 | 1001010 | 0 | 1010001 | 11100 | 1110011 | 1000101 | 101011 |
Color Harmonies of #2FB722
Complementary color
Monochromatic Colors of #2FB722
Black with #2FB722
Text Example
Text Example
White with #2FB722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB722; }
p { color: rgb(47,183,34); }
H1.HeaderClassName
{
color: #2FB722;
}
.AnyTagClassName
{
color: #2FB722;
}
</style>
background-color css
<style>
a { background-color: #2FB722; }
a { background-color: rgb(47,183,34); }
div.DivClassName
{
background-color: #2FB722;
}
.BgClassName
{
background-color: #2FB722;
}
</style>
border-color css
<style>
span { border-color: #2FB722; }
span { border-color: rgb(47,183,34); }
td.TdClassName
{
border-color: #2FB722;
}
.TagClassName
{
border-color: #2FB722;
}
</style>