Shades of Lime Green #3FC42F
Tints of Lime Green #3FC42F
RGB
CMYK
RGB Variations
Color information
#3FC42F (or 0x3FC42F) is known color: Lime Green. HEX triplet: 3F, C4 and 2F. RGB value is (63,196,47). Sum of RGB (Red+Green+Blue) = 63+196+47=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 196 (76.95% from 255 or 64.05% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC42F is #C03BD0. Grayscale: #8B8B8B. Windows color (decimal): -12598225 or 3130431. OLE color: 3130431.
HSL color Cylindrical-coordinate representation of color #3FC42F: hue angle of 113.56º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FC42F is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 47 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.23 |
| HSL | 113.56º | 0.61% | 0.48% | - |
| HSV(B) | 113.56º | 0.76% | 0.77% | - |
| XYZ | 22.3 | 40.74 | 9.38 | - |
| YUV | 139.25 | 75.94 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 47 | 0.68 | 0 | 0.76 | 0.23 | 113.56 | 0.61 | 0.48 |
| Hex | 3F | C4 | 2F | 44 | 0 | 4C | 17 | 72 | 3D | 30 |
| Octal | 77 | 304 | 57 | 104 | 0 | 114 | 27 | 162 | 75 | 60 |
| Binary | 111111 | 11000100 | 101111 | 1000100 | 0 | 1001100 | 10111 | 1110010 | 111101 | 110000 |
Color Harmonies of #3FC42F
Complementary color
Monochromatic Colors of #3FC42F
Black with #3FC42F
Text Example
Text Example
White with #3FC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC42F; }
p { color: rgb(63,196,47); }
H1.HeaderClassName
{
color: #3FC42F;
}
.AnyTagClassName
{
color: #3FC42F;
}
</style>
background-color css
<style>
a { background-color: #3FC42F; }
a { background-color: rgb(63,196,47); }
div.DivClassName
{
background-color: #3FC42F;
}
.BgClassName
{
background-color: #3FC42F;
}
</style>
border-color css
<style>
span { border-color: #3FC42F; }
span { border-color: rgb(63,196,47); }
td.TdClassName
{
border-color: #3FC42F;
}
.TagClassName
{
border-color: #3FC42F;
}
</style>