Shades of Lime Green #3CC426
Tints of Lime Green #3CC426
RGB
CMYK
RGB Variations
Color information
#3CC426 (or 0x3CC426) is known color: Lime Green. HEX triplet: 3C, C4 and 26. RGB value is (60,196,38). Sum of RGB (Red+Green+Blue) = 60+196+38=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 196 (76.95% from 255 or 66.67% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC426 is #C33BD9. Grayscale: #898989. Windows color (decimal): -12794842 or 2540604. OLE color: 2540604.
HSL color Cylindrical-coordinate representation of color #3CC426: hue angle of 111.65º 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 #3CC426 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 38 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.23 |
| HSL | 111.65º | 0.68% | 0.46% | - |
| HSV(B) | 111.65º | 0.81% | 0.77% | - |
| XYZ | 21.95 | 40.58 | 8.51 | - |
| YUV | 137.32 | 71.94 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 38 | 0.69 | 0 | 0.81 | 0.23 | 111.65 | 0.68 | 0.46 |
| Hex | 3C | C4 | 26 | 45 | 0 | 51 | 17 | 70 | 44 | 2E |
| Octal | 74 | 304 | 46 | 105 | 0 | 121 | 27 | 160 | 104 | 56 |
| Binary | 111100 | 11000100 | 100110 | 1000101 | 0 | 1010001 | 10111 | 1110000 | 1000100 | 101110 |
Color Harmonies of #3CC426
Complementary color
Monochromatic Colors of #3CC426
Black with #3CC426
Text Example
Text Example
White with #3CC426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC426; }
p { color: rgb(60,196,38); }
H1.HeaderClassName
{
color: #3CC426;
}
.AnyTagClassName
{
color: #3CC426;
}
</style>
background-color css
<style>
a { background-color: #3CC426; }
a { background-color: rgb(60,196,38); }
div.DivClassName
{
background-color: #3CC426;
}
.BgClassName
{
background-color: #3CC426;
}
</style>
border-color css
<style>
span { border-color: #3CC426; }
span { border-color: rgb(60,196,38); }
td.TdClassName
{
border-color: #3CC426;
}
.TagClassName
{
border-color: #3CC426;
}
</style>