Shades of Lime Green #2FB532
Tints of Lime Green #2FB532
RGB
CMYK
RGB Variations
Color information
#2FB532 (or 0x2FB532) is known color: Lime Green. HEX triplet: 2F, B5 and 32. RGB value is (47,181,50). Sum of RGB (Red+Green+Blue) = 47+181+50=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 181 (71.09% from 255 or 65.11% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB532 is #D04ACD. Grayscale: #7E7E7E. Windows color (decimal): -13650638 or 3323183. OLE color: 3323183.
HSL color Cylindrical-coordinate representation of color #2FB532: hue angle of 121.34º 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 #2FB532 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 50 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.29 |
| HSL | 121.34º | 0.59% | 0.45% | - |
| HSV(B) | 121.34º | 0.74% | 0.71% | - |
| XYZ | 18.27 | 33.88 | 8.59 | - |
| YUV | 126 | 85.11 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 50 | 0.74 | 0 | 0.72 | 0.29 | 121.34 | 0.59 | 0.45 |
| Hex | 2F | B5 | 32 | 4A | 0 | 48 | 1D | 79 | 3B | 2D |
| Octal | 57 | 265 | 62 | 112 | 0 | 110 | 35 | 171 | 73 | 55 |
| Binary | 101111 | 10110101 | 110010 | 1001010 | 0 | 1001000 | 11101 | 1111001 | 111011 | 101101 |
Color Harmonies of #2FB532
Complementary color
Monochromatic Colors of #2FB532
Black with #2FB532
Text Example
Text Example
White with #2FB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB532; }
p { color: rgb(47,181,50); }
H1.HeaderClassName
{
color: #2FB532;
}
.AnyTagClassName
{
color: #2FB532;
}
</style>
background-color css
<style>
a { background-color: #2FB532; }
a { background-color: rgb(47,181,50); }
div.DivClassName
{
background-color: #2FB532;
}
.BgClassName
{
background-color: #2FB532;
}
</style>
border-color css
<style>
span { border-color: #2FB532; }
span { border-color: rgb(47,181,50); }
td.TdClassName
{
border-color: #2FB532;
}
.TagClassName
{
border-color: #2FB532;
}
</style>