Shades of Lime Green #3FC538
Tints of Lime Green #3FC538
RGB
CMYK
RGB Variations
Color information
#3FC538 (or 0x3FC538) is known color: Lime Green. HEX triplet: 3F, C5 and 38. RGB value is (63,197,56). Sum of RGB (Red+Green+Blue) = 63+197+56=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC538 is #C03AC7. Grayscale: #8D8D8D. Windows color (decimal): -12597960 or 3720511. OLE color: 3720511.
HSL color Cylindrical-coordinate representation of color #3FC538: hue angle of 117.02º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FC538 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 56 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.23 |
| HSL | 117.02º | 0.56% | 0.5% | - |
| HSV(B) | 117.02º | 0.72% | 0.77% | - |
| XYZ | 22.73 | 41.27 | 10.51 | - |
| YUV | 140.86 | 80.11 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 56 | 0.68 | 0 | 0.72 | 0.23 | 117.02 | 0.56 | 0.5 |
| Hex | 3F | C5 | 38 | 44 | 0 | 48 | 17 | 75 | 38 | 32 |
| Octal | 77 | 305 | 70 | 104 | 0 | 110 | 27 | 165 | 70 | 62 |
| Binary | 111111 | 11000101 | 111000 | 1000100 | 0 | 1001000 | 10111 | 1110101 | 111000 | 110010 |
Color Harmonies of #3FC538
Complementary color
Monochromatic Colors of #3FC538
Black with #3FC538
Text Example
Text Example
White with #3FC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC538; }
p { color: rgb(63,197,56); }
H1.HeaderClassName
{
color: #3FC538;
}
.AnyTagClassName
{
color: #3FC538;
}
</style>
background-color css
<style>
a { background-color: #3FC538; }
a { background-color: rgb(63,197,56); }
div.DivClassName
{
background-color: #3FC538;
}
.BgClassName
{
background-color: #3FC538;
}
</style>
border-color css
<style>
span { border-color: #3FC538; }
span { border-color: rgb(63,197,56); }
td.TdClassName
{
border-color: #3FC538;
}
.TagClassName
{
border-color: #3FC538;
}
</style>