Shades of Lime Green #2FB536
Tints of Lime Green #2FB536
RGB
CMYK
RGB Variations
Color information
#2FB536 (or 0x2FB536) is known color: Lime Green. HEX triplet: 2F, B5 and 36. RGB value is (47,181,54). Sum of RGB (Red+Green+Blue) = 47+181+54=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 181 (71.09% from 255 or 64.18% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB536 is #D04AC9. Grayscale: #7E7E7E. Windows color (decimal): -13650634 or 3585327. OLE color: 3585327.
HSL color Cylindrical-coordinate representation of color #2FB536: hue angle of 123.13º 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 #2FB536 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 54 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.29 |
| HSL | 123.13º | 0.59% | 0.45% | - |
| HSV(B) | 123.13º | 0.74% | 0.71% | - |
| XYZ | 18.36 | 33.92 | 9.07 | - |
| YUV | 126.46 | 87.11 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 54 | 0.74 | 0 | 0.70 | 0.29 | 123.13 | 0.59 | 0.45 |
| Hex | 2F | B5 | 36 | 4A | 0 | 46 | 1D | 7B | 3B | 2D |
| Octal | 57 | 265 | 66 | 112 | 0 | 106 | 35 | 173 | 73 | 55 |
| Binary | 101111 | 10110101 | 110110 | 1001010 | 0 | 1000110 | 11101 | 1111011 | 111011 | 101101 |
Color Harmonies of #2FB536
Complementary color
Monochromatic Colors of #2FB536
Black with #2FB536
Text Example
Text Example
White with #2FB536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB536; }
p { color: rgb(47,181,54); }
H1.HeaderClassName
{
color: #2FB536;
}
.AnyTagClassName
{
color: #2FB536;
}
</style>
background-color css
<style>
a { background-color: #2FB536; }
a { background-color: rgb(47,181,54); }
div.DivClassName
{
background-color: #2FB536;
}
.BgClassName
{
background-color: #2FB536;
}
</style>
border-color css
<style>
span { border-color: #2FB536; }
span { border-color: rgb(47,181,54); }
td.TdClassName
{
border-color: #2FB536;
}
.TagClassName
{
border-color: #2FB536;
}
</style>