Shades of Lime Green #3FC541
Tints of Lime Green #3FC541
RGB
CMYK
RGB Variations
Color information
#3FC541 (or 0x3FC541) is known color: Lime Green. HEX triplet: 3F, C5 and 41. RGB value is (63,197,65). Sum of RGB (Red+Green+Blue) = 63+197+65=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC541 is #C03ABE. Grayscale: #8E8E8E. Windows color (decimal): -12597951 or 4310335. OLE color: 4310335.
HSL color Cylindrical-coordinate representation of color #3FC541: hue angle of 120.9º 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 #3FC541 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 65 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.23 |
| HSL | 120.9º | 0.54% | 0.51% | - |
| HSV(B) | 120.9º | 0.68% | 0.77% | - |
| XYZ | 22.97 | 41.37 | 11.78 | - |
| YUV | 141.89 | 84.61 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 65 | 0.68 | 0 | 0.67 | 0.23 | 120.9 | 0.54 | 0.51 |
| Hex | 3F | C5 | 41 | 44 | 0 | 43 | 17 | 79 | 36 | 33 |
| Octal | 77 | 305 | 101 | 104 | 0 | 103 | 27 | 171 | 66 | 63 |
| Binary | 111111 | 11000101 | 1000001 | 1000100 | 0 | 1000011 | 10111 | 1111001 | 110110 | 110011 |
Color Harmonies of #3FC541
Complementary color
Monochromatic Colors of #3FC541
Black with #3FC541
Text Example
Text Example
White with #3FC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC541; }
p { color: rgb(63,197,65); }
H1.HeaderClassName
{
color: #3FC541;
}
.AnyTagClassName
{
color: #3FC541;
}
</style>
background-color css
<style>
a { background-color: #3FC541; }
a { background-color: rgb(63,197,65); }
div.DivClassName
{
background-color: #3FC541;
}
.BgClassName
{
background-color: #3FC541;
}
</style>
border-color css
<style>
span { border-color: #3FC541; }
span { border-color: rgb(63,197,65); }
td.TdClassName
{
border-color: #3FC541;
}
.TagClassName
{
border-color: #3FC541;
}
</style>