Shades of Lime Green #3CC425
Tints of Lime Green #3CC425
RGB
CMYK
RGB Variations
Color information
#3CC425 (or 0x3CC425) is known color: Lime Green. HEX triplet: 3C, C4 and 25. RGB value is (60,196,37). Sum of RGB (Red+Green+Blue) = 60+196+37=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 196 (76.95% from 255 or 66.89% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC425 is #C33BDA. Grayscale: #898989. Windows color (decimal): -12794843 or 2475068. OLE color: 2475068.
HSL color Cylindrical-coordinate representation of color #3CC425: hue angle of 111.32º 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 #3CC425 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 37 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.23 |
| HSL | 111.32º | 0.68% | 0.46% | - |
| HSV(B) | 111.32º | 0.81% | 0.77% | - |
| XYZ | 21.94 | 40.57 | 8.43 | - |
| YUV | 137.21 | 71.44 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 37 | 0.69 | 0 | 0.81 | 0.23 | 111.32 | 0.68 | 0.46 |
| Hex | 3C | C4 | 25 | 45 | 0 | 51 | 17 | 6F | 44 | 2E |
| Octal | 74 | 304 | 45 | 105 | 0 | 121 | 27 | 157 | 104 | 56 |
| Binary | 111100 | 11000100 | 100101 | 1000101 | 0 | 1010001 | 10111 | 1101111 | 1000100 | 101110 |
Color Harmonies of #3CC425
Complementary color
Monochromatic Colors of #3CC425
Black with #3CC425
Text Example
Text Example
White with #3CC425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC425; }
p { color: rgb(60,196,37); }
H1.HeaderClassName
{
color: #3CC425;
}
.AnyTagClassName
{
color: #3CC425;
}
</style>
background-color css
<style>
a { background-color: #3CC425; }
a { background-color: rgb(60,196,37); }
div.DivClassName
{
background-color: #3CC425;
}
.BgClassName
{
background-color: #3CC425;
}
</style>
border-color css
<style>
span { border-color: #3CC425; }
span { border-color: rgb(60,196,37); }
td.TdClassName
{
border-color: #3CC425;
}
.TagClassName
{
border-color: #3CC425;
}
</style>