Shades of Lime Green #2FB221
Tints of Lime Green #2FB221
RGB
CMYK
RGB Variations
Color information
#2FB221 (or 0x2FB221) is known color: Lime Green. HEX triplet: 2F, B2 and 21. RGB value is (47,178,33). Sum of RGB (Red+Green+Blue) = 47+178+33=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 178 (69.92% from 255 or 68.99% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB221 is #D04DDE. Grayscale: #7A7A7A. Windows color (decimal): -13651423 or 2208303. OLE color: 2208303.
HSL color Cylindrical-coordinate representation of color #2FB221: hue angle of 114.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FB221 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 33 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.30 |
| HSL | 114.21º | 0.69% | 0.41% | - |
| HSV(B) | 114.21º | 0.81% | 0.7% | - |
| XYZ | 17.37 | 32.55 | 6.81 | - |
| YUV | 122.3 | 77.6 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 33 | 0.74 | 0 | 0.81 | 0.30 | 114.21 | 0.69 | 0.41 |
| Hex | 2F | B2 | 21 | 4A | 0 | 51 | 1E | 72 | 45 | 29 |
| Octal | 57 | 262 | 41 | 112 | 0 | 121 | 36 | 162 | 105 | 51 |
| Binary | 101111 | 10110010 | 100001 | 1001010 | 0 | 1010001 | 11110 | 1110010 | 1000101 | 101001 |
Color Harmonies of #2FB221
Complementary color
Monochromatic Colors of #2FB221
Black with #2FB221
Text Example
Text Example
White with #2FB221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB221; }
p { color: rgb(47,178,33); }
H1.HeaderClassName
{
color: #2FB221;
}
.AnyTagClassName
{
color: #2FB221;
}
</style>
background-color css
<style>
a { background-color: #2FB221; }
a { background-color: rgb(47,178,33); }
div.DivClassName
{
background-color: #2FB221;
}
.BgClassName
{
background-color: #2FB221;
}
</style>
border-color css
<style>
span { border-color: #2FB221; }
span { border-color: rgb(47,178,33); }
td.TdClassName
{
border-color: #2FB221;
}
.TagClassName
{
border-color: #2FB221;
}
</style>