Shades of Lime Green #3CC62C
Tints of Lime Green #3CC62C
RGB
CMYK
RGB Variations
Color information
#3CC62C (or 0x3CC62C) is known color: Lime Green. HEX triplet: 3C, C6 and 2C. RGB value is (60,198,44). Sum of RGB (Red+Green+Blue) = 60+198+44=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 198 (77.73% from 255 or 65.56% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC62C is #C339D3. Grayscale: #8B8B8B. Windows color (decimal): -12794324 or 2934332. OLE color: 2934332.
HSL color Cylindrical-coordinate representation of color #3CC62C: hue angle of 113.77º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CC62C is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 198 | 44 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.22 |
| HSL | 113.77º | 0.64% | 0.47% | - |
| HSV(B) | 113.77º | 0.78% | 0.78% | - |
| XYZ | 22.51 | 41.53 | 9.21 | - |
| YUV | 139.18 | 74.28 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 198 | 44 | 0.70 | 0 | 0.78 | 0.22 | 113.77 | 0.64 | 0.47 |
| Hex | 3C | C6 | 2C | 46 | 0 | 4E | 16 | 72 | 40 | 2F |
| Octal | 74 | 306 | 54 | 106 | 0 | 116 | 26 | 162 | 100 | 57 |
| Binary | 111100 | 11000110 | 101100 | 1000110 | 0 | 1001110 | 10110 | 1110010 | 1000000 | 101111 |
Color Harmonies of #3CC62C
Complementary color
Monochromatic Colors of #3CC62C
Black with #3CC62C
Text Example
Text Example
White with #3CC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC62C; }
p { color: rgb(60,198,44); }
H1.HeaderClassName
{
color: #3CC62C;
}
.AnyTagClassName
{
color: #3CC62C;
}
</style>
background-color css
<style>
a { background-color: #3CC62C; }
a { background-color: rgb(60,198,44); }
div.DivClassName
{
background-color: #3CC62C;
}
.BgClassName
{
background-color: #3CC62C;
}
</style>
border-color css
<style>
span { border-color: #3CC62C; }
span { border-color: rgb(60,198,44); }
td.TdClassName
{
border-color: #3CC62C;
}
.TagClassName
{
border-color: #3CC62C;
}
</style>