Shades of Lime Green #2FC632
Tints of Lime Green #2FC632
RGB
CMYK
RGB Variations
Color information
#2FC632 (or 0x2FC632) is known color: Lime Green. HEX triplet: 2F, C6 and 32. RGB value is (47,198,50). Sum of RGB (Red+Green+Blue) = 47+198+50=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 198 (77.73% from 255 or 67.12% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC632 is #D039CD. Grayscale: #888888. Windows color (decimal): -13646286 or 3327535. OLE color: 3327535.
HSL color Cylindrical-coordinate representation of color #2FC632: hue angle of 121.19º 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 #2FC632 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 50 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.22 |
| HSL | 121.19º | 0.62% | 0.48% | - |
| HSV(B) | 121.19º | 0.76% | 0.78% | - |
| XYZ | 21.94 | 41.22 | 9.82 | - |
| YUV | 135.98 | 79.47 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 50 | 0.76 | 0 | 0.75 | 0.22 | 121.19 | 0.62 | 0.48 |
| Hex | 2F | C6 | 32 | 4C | 0 | 4B | 16 | 79 | 3E | 30 |
| Octal | 57 | 306 | 62 | 114 | 0 | 113 | 26 | 171 | 76 | 60 |
| Binary | 101111 | 11000110 | 110010 | 1001100 | 0 | 1001011 | 10110 | 1111001 | 111110 | 110000 |
Color Harmonies of #2FC632
Complementary color
Monochromatic Colors of #2FC632
Black with #2FC632
Text Example
Text Example
White with #2FC632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC632; }
p { color: rgb(47,198,50); }
H1.HeaderClassName
{
color: #2FC632;
}
.AnyTagClassName
{
color: #2FC632;
}
</style>
background-color css
<style>
a { background-color: #2FC632; }
a { background-color: rgb(47,198,50); }
div.DivClassName
{
background-color: #2FC632;
}
.BgClassName
{
background-color: #2FC632;
}
</style>
border-color css
<style>
span { border-color: #2FC632; }
span { border-color: rgb(47,198,50); }
td.TdClassName
{
border-color: #2FC632;
}
.TagClassName
{
border-color: #2FC632;
}
</style>