Shades of Lime Green #3FD532
Tints of Lime Green #3FD532
RGB
CMYK
RGB Variations
Color information
#3FD532 (or 0x3FD532) is known color: Lime Green. HEX triplet: 3F, D5 and 32. RGB value is (63,213,50). Sum of RGB (Red+Green+Blue) = 63+213+50=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD532 is #C02ACD. Grayscale: #969696. Windows color (decimal): -12593870 or 3331391. OLE color: 3331391.
HSL color Cylindrical-coordinate representation of color #3FD532: hue angle of 115.21º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FD532 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 50 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.16 |
| HSL | 115.21º | 0.66% | 0.52% | - |
| HSV(B) | 115.21º | 0.77% | 0.84% | - |
| XYZ | 26.42 | 48.88 | 11.06 | - |
| YUV | 149.57 | 71.81 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 50 | 0.70 | 0 | 0.77 | 0.16 | 115.21 | 0.66 | 0.52 |
| Hex | 3F | D5 | 32 | 46 | 0 | 4D | 10 | 73 | 42 | 34 |
| Octal | 77 | 325 | 62 | 106 | 0 | 115 | 20 | 163 | 102 | 64 |
| Binary | 111111 | 11010101 | 110010 | 1000110 | 0 | 1001101 | 10000 | 1110011 | 1000010 | 110100 |
Color Harmonies of #3FD532
Complementary color
Monochromatic Colors of #3FD532
Black with #3FD532
Text Example
Text Example
White with #3FD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD532; }
p { color: rgb(63,213,50); }
H1.HeaderClassName
{
color: #3FD532;
}
.AnyTagClassName
{
color: #3FD532;
}
</style>
background-color css
<style>
a { background-color: #3FD532; }
a { background-color: rgb(63,213,50); }
div.DivClassName
{
background-color: #3FD532;
}
.BgClassName
{
background-color: #3FD532;
}
</style>
border-color css
<style>
span { border-color: #3FD532; }
span { border-color: rgb(63,213,50); }
td.TdClassName
{
border-color: #3FD532;
}
.TagClassName
{
border-color: #3FD532;
}
</style>