Shades of Lime Green #2FB620
Tints of Lime Green #2FB620
RGB
CMYK
RGB Variations
Color information
#2FB620 (or 0x2FB620) is known color: Lime Green. HEX triplet: 2F, B6 and 20. RGB value is (47,182,32). Sum of RGB (Red+Green+Blue) = 47+182+32=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 182 (71.48% from 255 or 69.73% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB620 is #D049DF. Grayscale: #7C7C7C. Windows color (decimal): -13650400 or 2143791. OLE color: 2143791.
HSL color Cylindrical-coordinate representation of color #2FB620: hue angle of 114º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FB620 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 32 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.29 |
| HSL | 114º | 0.7% | 0.42% | - |
| HSV(B) | 114º | 0.82% | 0.71% | - |
| XYZ | 18.16 | 34.16 | 7 | - |
| YUV | 124.54 | 75.77 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 32 | 0.74 | 0 | 0.82 | 0.29 | 114 | 0.7 | 0.42 |
| Hex | 2F | B6 | 20 | 4A | 0 | 52 | 1D | 72 | 46 | 2A |
| Octal | 57 | 266 | 40 | 112 | 0 | 122 | 35 | 162 | 106 | 52 |
| Binary | 101111 | 10110110 | 100000 | 1001010 | 0 | 1010010 | 11101 | 1110010 | 1000110 | 101010 |
Color Harmonies of #2FB620
Complementary color
Monochromatic Colors of #2FB620
Black with #2FB620
Text Example
Text Example
White with #2FB620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB620; }
p { color: rgb(47,182,32); }
H1.HeaderClassName
{
color: #2FB620;
}
.AnyTagClassName
{
color: #2FB620;
}
</style>
background-color css
<style>
a { background-color: #2FB620; }
a { background-color: rgb(47,182,32); }
div.DivClassName
{
background-color: #2FB620;
}
.BgClassName
{
background-color: #2FB620;
}
</style>
border-color css
<style>
span { border-color: #2FB620; }
span { border-color: rgb(47,182,32); }
td.TdClassName
{
border-color: #2FB620;
}
.TagClassName
{
border-color: #2FB620;
}
</style>