Shades of Lime Green #3CB42C
Tints of Lime Green #3CB42C
RGB
CMYK
RGB Variations
Color information
#3CB42C (or 0x3CB42C) is known color: Lime Green. HEX triplet: 3C, B4 and 2C. RGB value is (60,180,44). Sum of RGB (Red+Green+Blue) = 60+180+44=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 180 (70.70% from 255 or 63.38% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB42C is #C34BD3. Grayscale: #818181. Windows color (decimal): -12798932 or 2929724. OLE color: 2929724.
HSL color Cylindrical-coordinate representation of color #3CB42C: hue angle of 112.94º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CB42C is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 44 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.29 |
| HSL | 112.94º | 0.61% | 0.44% | - |
| HSV(B) | 112.94º | 0.76% | 0.71% | - |
| XYZ | 18.64 | 33.79 | 7.92 | - |
| YUV | 128.62 | 80.24 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 44 | 0.67 | 0 | 0.76 | 0.29 | 112.94 | 0.61 | 0.44 |
| Hex | 3C | B4 | 2C | 43 | 0 | 4C | 1D | 71 | 3D | 2C |
| Octal | 74 | 264 | 54 | 103 | 0 | 114 | 35 | 161 | 75 | 54 |
| Binary | 111100 | 10110100 | 101100 | 1000011 | 0 | 1001100 | 11101 | 1110001 | 111101 | 101100 |
Color Harmonies of #3CB42C
Complementary color
Monochromatic Colors of #3CB42C
Black with #3CB42C
Text Example
Text Example
White with #3CB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB42C; }
p { color: rgb(60,180,44); }
H1.HeaderClassName
{
color: #3CB42C;
}
.AnyTagClassName
{
color: #3CB42C;
}
</style>
background-color css
<style>
a { background-color: #3CB42C; }
a { background-color: rgb(60,180,44); }
div.DivClassName
{
background-color: #3CB42C;
}
.BgClassName
{
background-color: #3CB42C;
}
</style>
border-color css
<style>
span { border-color: #3CB42C; }
span { border-color: rgb(60,180,44); }
td.TdClassName
{
border-color: #3CB42C;
}
.TagClassName
{
border-color: #3CB42C;
}
</style>