Shades of Lime Green #2FC732
Tints of Lime Green #2FC732
RGB
CMYK
RGB Variations
Color information
#2FC732 (or 0x2FC732) is known color: Lime Green. HEX triplet: 2F, C7 and 32. RGB value is (47,199,50). Sum of RGB (Red+Green+Blue) = 47+199+50=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 199 (78.12% from 255 or 67.23% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC732 is #D038CD. Grayscale: #898989. Windows color (decimal): -13646030 or 3327791. OLE color: 3327791.
HSL color Cylindrical-coordinate representation of color #2FC732: hue angle of 121.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC732 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 50 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.22 |
| HSL | 121.18º | 0.62% | 0.48% | - |
| HSV(B) | 121.18º | 0.76% | 0.78% | - |
| XYZ | 22.17 | 41.68 | 9.89 | - |
| YUV | 136.57 | 79.14 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 50 | 0.76 | 0 | 0.75 | 0.22 | 121.18 | 0.62 | 0.48 |
| Hex | 2F | C7 | 32 | 4C | 0 | 4B | 16 | 79 | 3E | 30 |
| Octal | 57 | 307 | 62 | 114 | 0 | 113 | 26 | 171 | 76 | 60 |
| Binary | 101111 | 11000111 | 110010 | 1001100 | 0 | 1001011 | 10110 | 1111001 | 111110 | 110000 |
Color Harmonies of #2FC732
Complementary color
Monochromatic Colors of #2FC732
Black with #2FC732
Text Example
Text Example
White with #2FC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC732; }
p { color: rgb(47,199,50); }
H1.HeaderClassName
{
color: #2FC732;
}
.AnyTagClassName
{
color: #2FC732;
}
</style>
background-color css
<style>
a { background-color: #2FC732; }
a { background-color: rgb(47,199,50); }
div.DivClassName
{
background-color: #2FC732;
}
.BgClassName
{
background-color: #2FC732;
}
</style>
border-color css
<style>
span { border-color: #2FC732; }
span { border-color: rgb(47,199,50); }
td.TdClassName
{
border-color: #2FC732;
}
.TagClassName
{
border-color: #2FC732;
}
</style>