Shades of Lime Green #3FD232
Tints of Lime Green #3FD232
RGB
CMYK
RGB Variations
Color information
#3FD232 (or 0x3FD232) is known color: Lime Green. HEX triplet: 3F, D2 and 32. RGB value is (63,210,50). Sum of RGB (Red+Green+Blue) = 63+210+50=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 210 (82.42% from 255 or 65.02% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD232 is #C02DCD. Grayscale: #949494. Windows color (decimal): -12594638 or 3330623. OLE color: 3330623.
HSL color Cylindrical-coordinate representation of color #3FD232: hue angle of 115.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FD232 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 50 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.18 |
| HSL | 115.13º | 0.64% | 0.51% | - |
| HSV(B) | 115.13º | 0.76% | 0.82% | - |
| XYZ | 25.67 | 47.38 | 10.81 | - |
| YUV | 147.81 | 72.8 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 50 | 0.70 | 0 | 0.76 | 0.18 | 115.13 | 0.64 | 0.51 |
| Hex | 3F | D2 | 32 | 46 | 0 | 4C | 12 | 73 | 40 | 33 |
| Octal | 77 | 322 | 62 | 106 | 0 | 114 | 22 | 163 | 100 | 63 |
| Binary | 111111 | 11010010 | 110010 | 1000110 | 0 | 1001100 | 10010 | 1110011 | 1000000 | 110011 |
Color Harmonies of #3FD232
Complementary color
Monochromatic Colors of #3FD232
Black with #3FD232
Text Example
Text Example
White with #3FD232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD232; }
p { color: rgb(63,210,50); }
H1.HeaderClassName
{
color: #3FD232;
}
.AnyTagClassName
{
color: #3FD232;
}
</style>
background-color css
<style>
a { background-color: #3FD232; }
a { background-color: rgb(63,210,50); }
div.DivClassName
{
background-color: #3FD232;
}
.BgClassName
{
background-color: #3FD232;
}
</style>
border-color css
<style>
span { border-color: #3FD232; }
span { border-color: rgb(63,210,50); }
td.TdClassName
{
border-color: #3FD232;
}
.TagClassName
{
border-color: #3FD232;
}
</style>