Shades of Lime Green #3FD21F
Tints of Lime Green #3FD21F
RGB
CMYK
RGB Variations
Color information
#3FD21F (or 0x3FD21F) is known color: Lime Green. HEX triplet: 3F, D2 and 1F. RGB value is (63,210,31). Sum of RGB (Red+Green+Blue) = 63+210+31=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 210 (82.42% from 255 or 69.08% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD21F is #C02DE0. Grayscale: #929292. Windows color (decimal): -12594657 or 2085439. OLE color: 2085439.
HSL color Cylindrical-coordinate representation of color #3FD21F: hue angle of 109.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FD21F is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 31 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.18 |
| HSL | 109.27º | 0.74% | 0.47% | - |
| HSV(B) | 109.27º | 0.85% | 0.82% | - |
| XYZ | 25.34 | 47.25 | 9.08 | - |
| YUV | 145.64 | 63.3 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 31 | 0.70 | 0 | 0.85 | 0.18 | 109.27 | 0.74 | 0.47 |
| Hex | 3F | D2 | 1F | 46 | 0 | 55 | 12 | 6D | 4A | 2F |
| Octal | 77 | 322 | 37 | 106 | 0 | 125 | 22 | 155 | 112 | 57 |
| Binary | 111111 | 11010010 | 11111 | 1000110 | 0 | 1010101 | 10010 | 1101101 | 1001010 | 101111 |
Color Harmonies of #3FD21F
Complementary color
Monochromatic Colors of #3FD21F
Black with #3FD21F
Text Example
Text Example
White with #3FD21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD21F; }
p { color: rgb(63,210,31); }
H1.HeaderClassName
{
color: #3FD21F;
}
.AnyTagClassName
{
color: #3FD21F;
}
</style>
background-color css
<style>
a { background-color: #3FD21F; }
a { background-color: rgb(63,210,31); }
div.DivClassName
{
background-color: #3FD21F;
}
.BgClassName
{
background-color: #3FD21F;
}
</style>
border-color css
<style>
span { border-color: #3FD21F; }
span { border-color: rgb(63,210,31); }
td.TdClassName
{
border-color: #3FD21F;
}
.TagClassName
{
border-color: #3FD21F;
}
</style>