Shades of Lime Green #3FC526
Tints of Lime Green #3FC526
RGB
CMYK
RGB Variations
Color information
#3FC526 (or 0x3FC526) is known color: Lime Green. HEX triplet: 3F, C5 and 26. RGB value is (63,197,38). Sum of RGB (Red+Green+Blue) = 63+197+38=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC526 is #C03AD9. Grayscale: #8B8B8B. Windows color (decimal): -12597978 or 2540863. OLE color: 2540863.
HSL color Cylindrical-coordinate representation of color #3FC526: hue angle of 110.57º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FC526 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 38 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.23 |
| HSL | 110.57º | 0.68% | 0.46% | - |
| HSV(B) | 110.57º | 0.81% | 0.77% | - |
| XYZ | 22.37 | 41.13 | 8.59 | - |
| YUV | 138.81 | 71.11 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 38 | 0.68 | 0 | 0.81 | 0.23 | 110.57 | 0.68 | 0.46 |
| Hex | 3F | C5 | 26 | 44 | 0 | 51 | 17 | 6F | 44 | 2E |
| Octal | 77 | 305 | 46 | 104 | 0 | 121 | 27 | 157 | 104 | 56 |
| Binary | 111111 | 11000101 | 100110 | 1000100 | 0 | 1010001 | 10111 | 1101111 | 1000100 | 101110 |
Color Harmonies of #3FC526
Complementary color
Monochromatic Colors of #3FC526
Black with #3FC526
Text Example
Text Example
White with #3FC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC526; }
p { color: rgb(63,197,38); }
H1.HeaderClassName
{
color: #3FC526;
}
.AnyTagClassName
{
color: #3FC526;
}
</style>
background-color css
<style>
a { background-color: #3FC526; }
a { background-color: rgb(63,197,38); }
div.DivClassName
{
background-color: #3FC526;
}
.BgClassName
{
background-color: #3FC526;
}
</style>
border-color css
<style>
span { border-color: #3FC526; }
span { border-color: rgb(63,197,38); }
td.TdClassName
{
border-color: #3FC526;
}
.TagClassName
{
border-color: #3FC526;
}
</style>