Shades of Lime Green #3FC42D
Tints of Lime Green #3FC42D
RGB
CMYK
RGB Variations
Color information
#3FC42D (or 0x3FC42D) is known color: Lime Green. HEX triplet: 3F, C4 and 2D. RGB value is (63,196,45). Sum of RGB (Red+Green+Blue) = 63+196+45=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC42D is #C03BD2. Grayscale: #8B8B8B. Windows color (decimal): -12598227 or 2999359. OLE color: 2999359.
HSL color Cylindrical-coordinate representation of color #3FC42D: hue angle of 112.85º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FC42D is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 45 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.23 |
| HSL | 112.85º | 0.63% | 0.47% | - |
| HSV(B) | 112.85º | 0.77% | 0.77% | - |
| XYZ | 22.26 | 40.73 | 9.17 | - |
| YUV | 139.02 | 74.94 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 45 | 0.68 | 0 | 0.77 | 0.23 | 112.85 | 0.63 | 0.47 |
| Hex | 3F | C4 | 2D | 44 | 0 | 4D | 17 | 71 | 3F | 2F |
| Octal | 77 | 304 | 55 | 104 | 0 | 115 | 27 | 161 | 77 | 57 |
| Binary | 111111 | 11000100 | 101101 | 1000100 | 0 | 1001101 | 10111 | 1110001 | 111111 | 101111 |
Color Harmonies of #3FC42D
Complementary color
Monochromatic Colors of #3FC42D
Black with #3FC42D
Text Example
Text Example
White with #3FC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC42D; }
p { color: rgb(63,196,45); }
H1.HeaderClassName
{
color: #3FC42D;
}
.AnyTagClassName
{
color: #3FC42D;
}
</style>
background-color css
<style>
a { background-color: #3FC42D; }
a { background-color: rgb(63,196,45); }
div.DivClassName
{
background-color: #3FC42D;
}
.BgClassName
{
background-color: #3FC42D;
}
</style>
border-color css
<style>
span { border-color: #3FC42D; }
span { border-color: rgb(63,196,45); }
td.TdClassName
{
border-color: #3FC42D;
}
.TagClassName
{
border-color: #3FC42D;
}
</style>