Shades of Lime Green #3FC426
Tints of Lime Green #3FC426
RGB
CMYK
RGB Variations
Color information
#3FC426 (or 0x3FC426) is known color: Lime Green. HEX triplet: 3F, C4 and 26. RGB value is (63,196,38). Sum of RGB (Red+Green+Blue) = 63+196+38=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 196 (76.95% from 255 or 65.99% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC426 is #C03BD9. Grayscale: #8A8A8A. Windows color (decimal): -12598234 or 2540607. OLE color: 2540607.
HSL color Cylindrical-coordinate representation of color #3FC426: hue angle of 110.51º 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 #3FC426 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 38 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.23 |
| HSL | 110.51º | 0.68% | 0.46% | - |
| HSV(B) | 110.51º | 0.81% | 0.77% | - |
| XYZ | 22.14 | 40.68 | 8.52 | - |
| YUV | 138.22 | 71.44 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 38 | 0.68 | 0 | 0.81 | 0.23 | 110.51 | 0.68 | 0.46 |
| Hex | 3F | C4 | 26 | 44 | 0 | 51 | 17 | 6F | 44 | 2E |
| Octal | 77 | 304 | 46 | 104 | 0 | 121 | 27 | 157 | 104 | 56 |
| Binary | 111111 | 11000100 | 100110 | 1000100 | 0 | 1010001 | 10111 | 1101111 | 1000100 | 101110 |
Color Harmonies of #3FC426
Complementary color
Monochromatic Colors of #3FC426
Black with #3FC426
Text Example
Text Example
White with #3FC426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC426; }
p { color: rgb(63,196,38); }
H1.HeaderClassName
{
color: #3FC426;
}
.AnyTagClassName
{
color: #3FC426;
}
</style>
background-color css
<style>
a { background-color: #3FC426; }
a { background-color: rgb(63,196,38); }
div.DivClassName
{
background-color: #3FC426;
}
.BgClassName
{
background-color: #3FC426;
}
</style>
border-color css
<style>
span { border-color: #3FC426; }
span { border-color: rgb(63,196,38); }
td.TdClassName
{
border-color: #3FC426;
}
.TagClassName
{
border-color: #3FC426;
}
</style>