Shades of Lime Green #3CC42F
Tints of Lime Green #3CC42F
RGB
CMYK
RGB Variations
Color information
#3CC42F (or 0x3CC42F) is known color: Lime Green. HEX triplet: 3C, C4 and 2F. RGB value is (60,196,47). Sum of RGB (Red+Green+Blue) = 60+196+47=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 196 (76.95% from 255 or 64.69% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC42F is #C33BD0. Grayscale: #8A8A8A. Windows color (decimal): -12794833 or 3130428. OLE color: 3130428.
HSL color Cylindrical-coordinate representation of color #3CC42F: hue angle of 114.77º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CC42F is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 47 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.23 |
| HSL | 114.77º | 0.61% | 0.48% | - |
| HSV(B) | 114.77º | 0.76% | 0.77% | - |
| XYZ | 22.12 | 40.65 | 9.37 | - |
| YUV | 138.35 | 76.44 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 47 | 0.69 | 0 | 0.76 | 0.23 | 114.77 | 0.61 | 0.48 |
| Hex | 3C | C4 | 2F | 45 | 0 | 4C | 17 | 73 | 3D | 30 |
| Octal | 74 | 304 | 57 | 105 | 0 | 114 | 27 | 163 | 75 | 60 |
| Binary | 111100 | 11000100 | 101111 | 1000101 | 0 | 1001100 | 10111 | 1110011 | 111101 | 110000 |
Color Harmonies of #3CC42F
Complementary color
Monochromatic Colors of #3CC42F
Black with #3CC42F
Text Example
Text Example
White with #3CC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC42F; }
p { color: rgb(60,196,47); }
H1.HeaderClassName
{
color: #3CC42F;
}
.AnyTagClassName
{
color: #3CC42F;
}
</style>
background-color css
<style>
a { background-color: #3CC42F; }
a { background-color: rgb(60,196,47); }
div.DivClassName
{
background-color: #3CC42F;
}
.BgClassName
{
background-color: #3CC42F;
}
</style>
border-color css
<style>
span { border-color: #3CC42F; }
span { border-color: rgb(60,196,47); }
td.TdClassName
{
border-color: #3CC42F;
}
.TagClassName
{
border-color: #3CC42F;
}
</style>