Shades of Lime Green #2FC722
Tints of Lime Green #2FC722
RGB
CMYK
RGB Variations
Color information
#2FC722 (or 0x2FC722) is known color: Lime Green. HEX triplet: 2F, C7 and 22. RGB value is (47,199,34). Sum of RGB (Red+Green+Blue) = 47+199+34=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 199 (78.12% from 255 or 71.07% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC722 is #D038DD. Grayscale: #878787. Windows color (decimal): -13646046 or 2279215. OLE color: 2279215.
HSL color Cylindrical-coordinate representation of color #2FC722: hue angle of 115.27º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FC722 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 34 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.22 |
| HSL | 115.27º | 0.71% | 0.46% | - |
| HSV(B) | 115.27º | 0.83% | 0.78% | - |
| XYZ | 21.88 | 41.57 | 8.38 | - |
| YUV | 134.74 | 71.14 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 34 | 0.76 | 0 | 0.83 | 0.22 | 115.27 | 0.71 | 0.46 |
| Hex | 2F | C7 | 22 | 4C | 0 | 53 | 16 | 73 | 47 | 2E |
| Octal | 57 | 307 | 42 | 114 | 0 | 123 | 26 | 163 | 107 | 56 |
| Binary | 101111 | 11000111 | 100010 | 1001100 | 0 | 1010011 | 10110 | 1110011 | 1000111 | 101110 |
Color Harmonies of #2FC722
Complementary color
Monochromatic Colors of #2FC722
Black with #2FC722
Text Example
Text Example
White with #2FC722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC722; }
p { color: rgb(47,199,34); }
H1.HeaderClassName
{
color: #2FC722;
}
.AnyTagClassName
{
color: #2FC722;
}
</style>
background-color css
<style>
a { background-color: #2FC722; }
a { background-color: rgb(47,199,34); }
div.DivClassName
{
background-color: #2FC722;
}
.BgClassName
{
background-color: #2FC722;
}
</style>
border-color css
<style>
span { border-color: #2FC722; }
span { border-color: rgb(47,199,34); }
td.TdClassName
{
border-color: #2FC722;
}
.TagClassName
{
border-color: #2FC722;
}
</style>