Shades of Lime Green #3FD62C
Tints of Lime Green #3FD62C
RGB
CMYK
RGB Variations
Color information
#3FD62C (or 0x3FD62C) is known color: Lime Green. HEX triplet: 3F, D6 and 2C. RGB value is (63,214,44). Sum of RGB (Red+Green+Blue) = 63+214+44=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 214 (83.98% from 255 or 66.67% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD62C is #C029D3. Grayscale: #969696. Windows color (decimal): -12593620 or 2938431. OLE color: 2938431.
HSL color Cylindrical-coordinate representation of color #3FD62C: hue angle of 113.29º 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 #3FD62C is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 214 | 44 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.16 |
| HSL | 113.29º | 0.67% | 0.51% | - |
| HSV(B) | 113.29º | 0.79% | 0.84% | - |
| XYZ | 26.55 | 49.33 | 10.51 | - |
| YUV | 149.47 | 68.47 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 214 | 44 | 0.71 | 0 | 0.79 | 0.16 | 113.29 | 0.67 | 0.51 |
| Hex | 3F | D6 | 2C | 47 | 0 | 4F | 10 | 71 | 43 | 33 |
| Octal | 77 | 326 | 54 | 107 | 0 | 117 | 20 | 161 | 103 | 63 |
| Binary | 111111 | 11010110 | 101100 | 1000111 | 0 | 1001111 | 10000 | 1110001 | 1000011 | 110011 |
Color Harmonies of #3FD62C
Complementary color
Monochromatic Colors of #3FD62C
Black with #3FD62C
Text Example
Text Example
White with #3FD62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD62C; }
p { color: rgb(63,214,44); }
H1.HeaderClassName
{
color: #3FD62C;
}
.AnyTagClassName
{
color: #3FD62C;
}
</style>
background-color css
<style>
a { background-color: #3FD62C; }
a { background-color: rgb(63,214,44); }
div.DivClassName
{
background-color: #3FD62C;
}
.BgClassName
{
background-color: #3FD62C;
}
</style>
border-color css
<style>
span { border-color: #3FD62C; }
span { border-color: rgb(63,214,44); }
td.TdClassName
{
border-color: #3FD62C;
}
.TagClassName
{
border-color: #3FD62C;
}
</style>