Shades of Lime Green #3FD332
Tints of Lime Green #3FD332
RGB
CMYK
RGB Variations
Color information
#3FD332 (or 0x3FD332) is known color: Lime Green. HEX triplet: 3F, D3 and 32. RGB value is (63,211,50). Sum of RGB (Red+Green+Blue) = 63+211+50=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 211 (82.81% from 255 or 65.12% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD332 is #C02CCD. Grayscale: #949494. Windows color (decimal): -12594382 or 3330879. OLE color: 3330879.
HSL color Cylindrical-coordinate representation of color #3FD332: hue angle of 115.16º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FD332 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 211 | 50 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.17 |
| HSL | 115.16º | 0.65% | 0.51% | - |
| HSV(B) | 115.16º | 0.76% | 0.83% | - |
| XYZ | 25.92 | 47.88 | 10.89 | - |
| YUV | 148.39 | 72.47 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 211 | 50 | 0.70 | 0 | 0.76 | 0.17 | 115.16 | 0.65 | 0.51 |
| Hex | 3F | D3 | 32 | 46 | 0 | 4C | 11 | 73 | 41 | 33 |
| Octal | 77 | 323 | 62 | 106 | 0 | 114 | 21 | 163 | 101 | 63 |
| Binary | 111111 | 11010011 | 110010 | 1000110 | 0 | 1001100 | 10001 | 1110011 | 1000001 | 110011 |
Color Harmonies of #3FD332
Complementary color
Monochromatic Colors of #3FD332
Black with #3FD332
Text Example
Text Example
White with #3FD332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD332; }
p { color: rgb(63,211,50); }
H1.HeaderClassName
{
color: #3FD332;
}
.AnyTagClassName
{
color: #3FD332;
}
</style>
background-color css
<style>
a { background-color: #3FD332; }
a { background-color: rgb(63,211,50); }
div.DivClassName
{
background-color: #3FD332;
}
.BgClassName
{
background-color: #3FD332;
}
</style>
border-color css
<style>
span { border-color: #3FD332; }
span { border-color: rgb(63,211,50); }
td.TdClassName
{
border-color: #3FD332;
}
.TagClassName
{
border-color: #3FD332;
}
</style>