Shades of Lime Green #3CC42A
Tints of Lime Green #3CC42A
RGB
CMYK
RGB Variations
Color information
#3CC42A (or 0x3CC42A) is known color: Lime Green. HEX triplet: 3C, C4 and 2A. RGB value is (60,196,42). Sum of RGB (Red+Green+Blue) = 60+196+42=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 196 (76.95% from 255 or 65.77% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC42A is #C33BD5. Grayscale: #8A8A8A. Windows color (decimal): -12794838 or 2802748. OLE color: 2802748.
HSL color Cylindrical-coordinate representation of color #3CC42A: hue angle of 112.99º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CC42A is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 42 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.23 |
| HSL | 112.99º | 0.65% | 0.47% | - |
| HSV(B) | 112.99º | 0.79% | 0.77% | - |
| XYZ | 22.02 | 40.61 | 8.87 | - |
| YUV | 137.78 | 73.94 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 42 | 0.69 | 0 | 0.79 | 0.23 | 112.99 | 0.65 | 0.47 |
| Hex | 3C | C4 | 2A | 45 | 0 | 4F | 17 | 71 | 41 | 2F |
| Octal | 74 | 304 | 52 | 105 | 0 | 117 | 27 | 161 | 101 | 57 |
| Binary | 111100 | 11000100 | 101010 | 1000101 | 0 | 1001111 | 10111 | 1110001 | 1000001 | 101111 |
Color Harmonies of #3CC42A
Complementary color
Monochromatic Colors of #3CC42A
Black with #3CC42A
Text Example
Text Example
White with #3CC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC42A; }
p { color: rgb(60,196,42); }
H1.HeaderClassName
{
color: #3CC42A;
}
.AnyTagClassName
{
color: #3CC42A;
}
</style>
background-color css
<style>
a { background-color: #3CC42A; }
a { background-color: rgb(60,196,42); }
div.DivClassName
{
background-color: #3CC42A;
}
.BgClassName
{
background-color: #3CC42A;
}
</style>
border-color css
<style>
span { border-color: #3CC42A; }
span { border-color: rgb(60,196,42); }
td.TdClassName
{
border-color: #3CC42A;
}
.TagClassName
{
border-color: #3CC42A;
}
</style>