Shades of Lime Green #3FD51E
Tints of Lime Green #3FD51E
RGB
CMYK
RGB Variations
Color information
#3FD51E (or 0x3FD51E) is known color: Lime Green. HEX triplet: 3F, D5 and 1E. RGB value is (63,213,30). Sum of RGB (Red+Green+Blue) = 63+213+30=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD51E is #C02AE1. Grayscale: #939393. Windows color (decimal): -12593890 or 2020671. OLE color: 2020671.
HSL color Cylindrical-coordinate representation of color #3FD51E: hue angle of 109.18º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FD51E is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 30 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.16 |
| HSL | 109.18º | 0.75% | 0.48% | - |
| HSV(B) | 109.18º | 0.86% | 0.84% | - |
| XYZ | 26.08 | 48.74 | 9.26 | - |
| YUV | 147.29 | 61.81 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 30 | 0.70 | 0 | 0.86 | 0.16 | 109.18 | 0.75 | 0.48 |
| Hex | 3F | D5 | 1E | 46 | 0 | 56 | 10 | 6D | 4B | 30 |
| Octal | 77 | 325 | 36 | 106 | 0 | 126 | 20 | 155 | 113 | 60 |
| Binary | 111111 | 11010101 | 11110 | 1000110 | 0 | 1010110 | 10000 | 1101101 | 1001011 | 110000 |
Color Harmonies of #3FD51E
Complementary color
Monochromatic Colors of #3FD51E
Black with #3FD51E
Text Example
Text Example
White with #3FD51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD51E; }
p { color: rgb(63,213,30); }
H1.HeaderClassName
{
color: #3FD51E;
}
.AnyTagClassName
{
color: #3FD51E;
}
</style>
background-color css
<style>
a { background-color: #3FD51E; }
a { background-color: rgb(63,213,30); }
div.DivClassName
{
background-color: #3FD51E;
}
.BgClassName
{
background-color: #3FD51E;
}
</style>
border-color css
<style>
span { border-color: #3FD51E; }
span { border-color: rgb(63,213,30); }
td.TdClassName
{
border-color: #3FD51E;
}
.TagClassName
{
border-color: #3FD51E;
}
</style>