Shades of Lime Green #3FC44C
Tints of Lime Green #3FC44C
RGB
CMYK
RGB Variations
Color information
#3FC44C (or 0x3FC44C) is known color: Lime Green. HEX triplet: 3F, C4 and 4C. RGB value is (63,196,76). Sum of RGB (Red+Green+Blue) = 63+196+76=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC44C is #C03BB3. Grayscale: #8E8E8E. Windows color (decimal): -12598196 or 5030975. OLE color: 5030975.
HSL color Cylindrical-coordinate representation of color #3FC44C: hue angle of 125.86º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC44C is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 76 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.23 |
| HSL | 125.86º | 0.53% | 0.51% | - |
| HSV(B) | 125.86º | 0.68% | 0.77% | - |
| XYZ | 23.09 | 41.06 | 13.55 | - |
| YUV | 142.55 | 90.44 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 76 | 0.68 | 0 | 0.61 | 0.23 | 125.86 | 0.53 | 0.51 |
| Hex | 3F | C4 | 4C | 44 | 0 | 3D | 17 | 7E | 35 | 33 |
| Octal | 77 | 304 | 114 | 104 | 0 | 75 | 27 | 176 | 65 | 63 |
| Binary | 111111 | 11000100 | 1001100 | 1000100 | 0 | 111101 | 10111 | 1111110 | 110101 | 110011 |
Color Harmonies of #3FC44C
Complementary color
Monochromatic Colors of #3FC44C
Black with #3FC44C
Text Example
Text Example
White with #3FC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC44C; }
p { color: rgb(63,196,76); }
H1.HeaderClassName
{
color: #3FC44C;
}
.AnyTagClassName
{
color: #3FC44C;
}
</style>
background-color css
<style>
a { background-color: #3FC44C; }
a { background-color: rgb(63,196,76); }
div.DivClassName
{
background-color: #3FC44C;
}
.BgClassName
{
background-color: #3FC44C;
}
</style>
border-color css
<style>
span { border-color: #3FC44C; }
span { border-color: rgb(63,196,76); }
td.TdClassName
{
border-color: #3FC44C;
}
.TagClassName
{
border-color: #3FC44C;
}
</style>