Shades of Lime Green #3FC726
Tints of Lime Green #3FC726
RGB
CMYK
RGB Variations
Color information
#3FC726 (or 0x3FC726) is known color: Lime Green. HEX triplet: 3F, C7 and 26. RGB value is (63,199,38). Sum of RGB (Red+Green+Blue) = 63+199+38=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 199 (78.12% from 255 or 66.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 199 - color contains mainly: green. Hex color #3FC726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC726 is #C038D9. Grayscale: #8C8C8C. Windows color (decimal): -12597466 or 2541375. OLE color: 2541375.
HSL color Cylindrical-coordinate representation of color #3FC726: hue angle of 110.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FC726 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 199 | 38 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.22 |
| HSL | 110.68º | 0.68% | 0.46% | - |
| HSV(B) | 110.68º | 0.81% | 0.78% | - |
| XYZ | 22.82 | 42.04 | 8.75 | - |
| YUV | 139.98 | 70.44 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 199 | 38 | 0.68 | 0 | 0.81 | 0.22 | 110.68 | 0.68 | 0.46 |
| Hex | 3F | C7 | 26 | 44 | 0 | 51 | 16 | 6F | 44 | 2E |
| Octal | 77 | 307 | 46 | 104 | 0 | 121 | 26 | 157 | 104 | 56 |
| Binary | 111111 | 11000111 | 100110 | 1000100 | 0 | 1010001 | 10110 | 1101111 | 1000100 | 101110 |
Color Harmonies of #3FC726
Complementary color
Monochromatic Colors of #3FC726
Black with #3FC726
Text Example
Text Example
White with #3FC726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC726; }
p { color: rgb(63,199,38); }
H1.HeaderClassName
{
color: #3FC726;
}
.AnyTagClassName
{
color: #3FC726;
}
</style>
background-color css
<style>
a { background-color: #3FC726; }
a { background-color: rgb(63,199,38); }
div.DivClassName
{
background-color: #3FC726;
}
.BgClassName
{
background-color: #3FC726;
}
</style>
border-color css
<style>
span { border-color: #3FC726; }
span { border-color: rgb(63,199,38); }
td.TdClassName
{
border-color: #3FC726;
}
.TagClassName
{
border-color: #3FC726;
}
</style>