Shades of Lime Green #2FB534
Tints of Lime Green #2FB534
RGB
CMYK
RGB Variations
Color information
#2FB534 (or 0x2FB534) is known color: Lime Green. HEX triplet: 2F, B5 and 34. RGB value is (47,181,52). Sum of RGB (Red+Green+Blue) = 47+181+52=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 181 (71.09% from 255 or 64.64% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB534 is #D04ACB. Grayscale: #7E7E7E. Windows color (decimal): -13650636 or 3454255. OLE color: 3454255.
HSL color Cylindrical-coordinate representation of color #2FB534: hue angle of 122.24º 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 #2FB534 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 52 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.29 |
| HSL | 122.24º | 0.59% | 0.45% | - |
| HSV(B) | 122.24º | 0.74% | 0.71% | - |
| XYZ | 18.32 | 33.9 | 8.83 | - |
| YUV | 126.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 52 | 0.74 | 0 | 0.71 | 0.29 | 122.24 | 0.59 | 0.45 |
| Hex | 2F | B5 | 34 | 4A | 0 | 47 | 1D | 7A | 3B | 2D |
| Octal | 57 | 265 | 64 | 112 | 0 | 107 | 35 | 172 | 73 | 55 |
| Binary | 101111 | 10110101 | 110100 | 1001010 | 0 | 1000111 | 11101 | 1111010 | 111011 | 101101 |
Color Harmonies of #2FB534
Complementary color
Monochromatic Colors of #2FB534
Black with #2FB534
Text Example
Text Example
White with #2FB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB534; }
p { color: rgb(47,181,52); }
H1.HeaderClassName
{
color: #2FB534;
}
.AnyTagClassName
{
color: #2FB534;
}
</style>
background-color css
<style>
a { background-color: #2FB534; }
a { background-color: rgb(47,181,52); }
div.DivClassName
{
background-color: #2FB534;
}
.BgClassName
{
background-color: #2FB534;
}
</style>
border-color css
<style>
span { border-color: #2FB534; }
span { border-color: rgb(47,181,52); }
td.TdClassName
{
border-color: #2FB534;
}
.TagClassName
{
border-color: #2FB534;
}
</style>