Shades of Lime Green #3CB62C
Tints of Lime Green #3CB62C
RGB
CMYK
RGB Variations
Color information
#3CB62C (or 0x3CB62C) is known color: Lime Green. HEX triplet: 3C, B6 and 2C. RGB value is (60,182,44). Sum of RGB (Red+Green+Blue) = 60+182+44=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 182 (71.48% from 255 or 63.64% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB62C is #C349D3. Grayscale: #828282. Windows color (decimal): -12798420 or 2930236. OLE color: 2930236.
HSL color Cylindrical-coordinate representation of color #3CB62C: hue angle of 113.04º 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 #3CB62C is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 44 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.29 |
| HSL | 113.04º | 0.61% | 0.44% | - |
| HSV(B) | 113.04º | 0.76% | 0.71% | - |
| XYZ | 19.05 | 34.6 | 8.06 | - |
| YUV | 129.79 | 79.58 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 44 | 0.67 | 0 | 0.76 | 0.29 | 113.04 | 0.61 | 0.44 |
| Hex | 3C | B6 | 2C | 43 | 0 | 4C | 1D | 71 | 3D | 2C |
| Octal | 74 | 266 | 54 | 103 | 0 | 114 | 35 | 161 | 75 | 54 |
| Binary | 111100 | 10110110 | 101100 | 1000011 | 0 | 1001100 | 11101 | 1110001 | 111101 | 101100 |
Color Harmonies of #3CB62C
Complementary color
Monochromatic Colors of #3CB62C
Black with #3CB62C
Text Example
Text Example
White with #3CB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB62C; }
p { color: rgb(60,182,44); }
H1.HeaderClassName
{
color: #3CB62C;
}
.AnyTagClassName
{
color: #3CB62C;
}
</style>
background-color css
<style>
a { background-color: #3CB62C; }
a { background-color: rgb(60,182,44); }
div.DivClassName
{
background-color: #3CB62C;
}
.BgClassName
{
background-color: #3CB62C;
}
</style>
border-color css
<style>
span { border-color: #3CB62C; }
span { border-color: rgb(60,182,44); }
td.TdClassName
{
border-color: #3CB62C;
}
.TagClassName
{
border-color: #3CB62C;
}
</style>