Shades of Lime Green #2FC532
Tints of Lime Green #2FC532
RGB
CMYK
RGB Variations
Color information
#2FC532 (or 0x2FC532) is known color: Lime Green. HEX triplet: 2F, C5 and 32. RGB value is (47,197,50). Sum of RGB (Red+Green+Blue) = 47+197+50=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 197 (77.34% from 255 or 67.01% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC532 is #D03ACD. Grayscale: #878787. Windows color (decimal): -13646542 or 3327279. OLE color: 3327279.
HSL color Cylindrical-coordinate representation of color #2FC532: hue angle of 121.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC532 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 50 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.23 |
| HSL | 121.2º | 0.61% | 0.48% | - |
| HSV(B) | 121.2º | 0.76% | 0.77% | - |
| XYZ | 21.71 | 40.77 | 9.74 | - |
| YUV | 135.39 | 79.81 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 50 | 0.76 | 0 | 0.75 | 0.23 | 121.2 | 0.61 | 0.48 |
| Hex | 2F | C5 | 32 | 4C | 0 | 4B | 17 | 79 | 3D | 30 |
| Octal | 57 | 305 | 62 | 114 | 0 | 113 | 27 | 171 | 75 | 60 |
| Binary | 101111 | 11000101 | 110010 | 1001100 | 0 | 1001011 | 10111 | 1111001 | 111101 | 110000 |
Color Harmonies of #2FC532
Complementary color
Monochromatic Colors of #2FC532
Black with #2FC532
Text Example
Text Example
White with #2FC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC532; }
p { color: rgb(47,197,50); }
H1.HeaderClassName
{
color: #2FC532;
}
.AnyTagClassName
{
color: #2FC532;
}
</style>
background-color css
<style>
a { background-color: #2FC532; }
a { background-color: rgb(47,197,50); }
div.DivClassName
{
background-color: #2FC532;
}
.BgClassName
{
background-color: #2FC532;
}
</style>
border-color css
<style>
span { border-color: #2FC532; }
span { border-color: rgb(47,197,50); }
td.TdClassName
{
border-color: #2FC532;
}
.TagClassName
{
border-color: #2FC532;
}
</style>