Shades of Lime Green #3FD62D
Tints of Lime Green #3FD62D
RGB
CMYK
RGB Variations
Color information
#3FD62D (or 0x3FD62D) is known color: Lime Green. HEX triplet: 3F, D6 and 2D. RGB value is (63,214,45). Sum of RGB (Red+Green+Blue) = 63+214+45=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD62D is #C029D2. Grayscale: #969696. Windows color (decimal): -12593619 or 3003967. OLE color: 3003967.
HSL color Cylindrical-coordinate representation of color #3FD62D: hue angle of 113.61º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FD62D is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 214 | 45 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.16 |
| HSL | 113.61º | 0.67% | 0.51% | - |
| HSV(B) | 113.61º | 0.79% | 0.84% | - |
| XYZ | 26.57 | 49.34 | 10.61 | - |
| YUV | 149.59 | 68.97 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 214 | 45 | 0.71 | 0 | 0.79 | 0.16 | 113.61 | 0.67 | 0.51 |
| Hex | 3F | D6 | 2D | 47 | 0 | 4F | 10 | 72 | 43 | 33 |
| Octal | 77 | 326 | 55 | 107 | 0 | 117 | 20 | 162 | 103 | 63 |
| Binary | 111111 | 11010110 | 101101 | 1000111 | 0 | 1001111 | 10000 | 1110010 | 1000011 | 110011 |
Color Harmonies of #3FD62D
Complementary color
Monochromatic Colors of #3FD62D
Black with #3FD62D
Text Example
Text Example
White with #3FD62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD62D; }
p { color: rgb(63,214,45); }
H1.HeaderClassName
{
color: #3FD62D;
}
.AnyTagClassName
{
color: #3FD62D;
}
</style>
background-color css
<style>
a { background-color: #3FD62D; }
a { background-color: rgb(63,214,45); }
div.DivClassName
{
background-color: #3FD62D;
}
.BgClassName
{
background-color: #3FD62D;
}
</style>
border-color css
<style>
span { border-color: #3FD62D; }
span { border-color: rgb(63,214,45); }
td.TdClassName
{
border-color: #3FD62D;
}
.TagClassName
{
border-color: #3FD62D;
}
</style>