Shades of Lime Green #2FB533
Tints of Lime Green #2FB533
RGB
CMYK
RGB Variations
Color information
#2FB533 (or 0x2FB533) is known color: Lime Green. HEX triplet: 2F, B5 and 33. RGB value is (47,181,51). Sum of RGB (Red+Green+Blue) = 47+181+51=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB533 is #D04ACC. Grayscale: #7E7E7E. Windows color (decimal): -13650637 or 3388719. OLE color: 3388719.
HSL color Cylindrical-coordinate representation of color #2FB533: hue angle of 121.79º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB533 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 51 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.29 |
| HSL | 121.79º | 0.59% | 0.45% | - |
| HSV(B) | 121.79º | 0.74% | 0.71% | - |
| XYZ | 18.29 | 33.89 | 8.71 | - |
| YUV | 126.11 | 85.61 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 51 | 0.74 | 0 | 0.72 | 0.29 | 121.79 | 0.59 | 0.45 |
| Hex | 2F | B5 | 33 | 4A | 0 | 48 | 1D | 7A | 3B | 2D |
| Octal | 57 | 265 | 63 | 112 | 0 | 110 | 35 | 172 | 73 | 55 |
| Binary | 101111 | 10110101 | 110011 | 1001010 | 0 | 1001000 | 11101 | 1111010 | 111011 | 101101 |
Color Harmonies of #2FB533
Complementary color
Monochromatic Colors of #2FB533
Black with #2FB533
Text Example
Text Example
White with #2FB533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB533; }
p { color: rgb(47,181,51); }
H1.HeaderClassName
{
color: #2FB533;
}
.AnyTagClassName
{
color: #2FB533;
}
</style>
background-color css
<style>
a { background-color: #2FB533; }
a { background-color: rgb(47,181,51); }
div.DivClassName
{
background-color: #2FB533;
}
.BgClassName
{
background-color: #2FB533;
}
</style>
border-color css
<style>
span { border-color: #2FB533; }
span { border-color: rgb(47,181,51); }
td.TdClassName
{
border-color: #2FB533;
}
.TagClassName
{
border-color: #2FB533;
}
</style>