Shades of Lime Green #3FC53A
Tints of Lime Green #3FC53A
RGB
CMYK
RGB Variations
Color information
#3FC53A (or 0x3FC53A) is known color: Lime Green. HEX triplet: 3F, C5 and 3A. RGB value is (63,197,58). Sum of RGB (Red+Green+Blue) = 63+197+58=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 197 (77.34% from 255 or 61.95% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC53A is #C03AC5. Grayscale: #8D8D8D. Windows color (decimal): -12597958 or 3851583. OLE color: 3851583.
HSL color Cylindrical-coordinate representation of color #3FC53A: hue angle of 117.84º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FC53A is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 58 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.23 |
| HSL | 117.84º | 0.55% | 0.5% | - |
| HSV(B) | 117.84º | 0.71% | 0.77% | - |
| XYZ | 22.78 | 41.29 | 10.77 | - |
| YUV | 141.09 | 81.11 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 58 | 0.68 | 0 | 0.71 | 0.23 | 117.84 | 0.55 | 0.5 |
| Hex | 3F | C5 | 3A | 44 | 0 | 47 | 17 | 76 | 37 | 32 |
| Octal | 77 | 305 | 72 | 104 | 0 | 107 | 27 | 166 | 67 | 62 |
| Binary | 111111 | 11000101 | 111010 | 1000100 | 0 | 1000111 | 10111 | 1110110 | 110111 | 110010 |
Color Harmonies of #3FC53A
Complementary color
Monochromatic Colors of #3FC53A
Black with #3FC53A
Text Example
Text Example
White with #3FC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC53A; }
p { color: rgb(63,197,58); }
H1.HeaderClassName
{
color: #3FC53A;
}
.AnyTagClassName
{
color: #3FC53A;
}
</style>
background-color css
<style>
a { background-color: #3FC53A; }
a { background-color: rgb(63,197,58); }
div.DivClassName
{
background-color: #3FC53A;
}
.BgClassName
{
background-color: #3FC53A;
}
</style>
border-color css
<style>
span { border-color: #3FC53A; }
span { border-color: rgb(63,197,58); }
td.TdClassName
{
border-color: #3FC53A;
}
.TagClassName
{
border-color: #3FC53A;
}
</style>