Shades of Lime Green #3FC54D
Tints of Lime Green #3FC54D
RGB
CMYK
RGB Variations
Color information
#3FC54D (or 0x3FC54D) is known color: Lime Green. HEX triplet: 3F, C5 and 4D. RGB value is (63,197,77). Sum of RGB (Red+Green+Blue) = 63+197+77=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC54D is #C03AB2. Grayscale: #8F8F8F. Windows color (decimal): -12597939 or 5096767. OLE color: 5096767.
HSL color Cylindrical-coordinate representation of color #3FC54D: hue angle of 126.27º degrees, saturation: 0.54, 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 #3FC54D is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 77 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.23 |
| HSL | 126.27º | 0.54% | 0.51% | - |
| HSV(B) | 126.27º | 0.68% | 0.77% | - |
| XYZ | 23.36 | 41.53 | 13.81 | - |
| YUV | 143.25 | 90.61 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 77 | 0.68 | 0 | 0.61 | 0.23 | 126.27 | 0.54 | 0.51 |
| Hex | 3F | C5 | 4D | 44 | 0 | 3D | 17 | 7E | 36 | 33 |
| Octal | 77 | 305 | 115 | 104 | 0 | 75 | 27 | 176 | 66 | 63 |
| Binary | 111111 | 11000101 | 1001101 | 1000100 | 0 | 111101 | 10111 | 1111110 | 110110 | 110011 |
Color Harmonies of #3FC54D
Complementary color
Monochromatic Colors of #3FC54D
Black with #3FC54D
Text Example
Text Example
White with #3FC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC54D; }
p { color: rgb(63,197,77); }
H1.HeaderClassName
{
color: #3FC54D;
}
.AnyTagClassName
{
color: #3FC54D;
}
</style>
background-color css
<style>
a { background-color: #3FC54D; }
a { background-color: rgb(63,197,77); }
div.DivClassName
{
background-color: #3FC54D;
}
.BgClassName
{
background-color: #3FC54D;
}
</style>
border-color css
<style>
span { border-color: #3FC54D; }
span { border-color: rgb(63,197,77); }
td.TdClassName
{
border-color: #3FC54D;
}
.TagClassName
{
border-color: #3FC54D;
}
</style>