Shades of Lime Green #3CC920
Tints of Lime Green #3CC920
RGB
CMYK
RGB Variations
Color information
#3CC920 (or 0x3CC920) is known color: Lime Green. HEX triplet: 3C, C9 and 20. RGB value is (60,201,32). Sum of RGB (Red+Green+Blue) = 60+201+32=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 201 (78.91% from 255 or 68.60% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC920 is #C336DF. Grayscale: #8C8C8C. Windows color (decimal): -12793568 or 2148668. OLE color: 2148668.
HSL color Cylindrical-coordinate representation of color #3CC920: hue angle of 110.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CC920 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 32 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.21 |
| HSL | 110.06º | 0.73% | 0.46% | - |
| HSV(B) | 110.06º | 0.84% | 0.79% | - |
| XYZ | 23.01 | 42.84 | 8.42 | - |
| YUV | 139.58 | 67.29 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 32 | 0.70 | 0 | 0.84 | 0.21 | 110.06 | 0.73 | 0.46 |
| Hex | 3C | C9 | 20 | 46 | 0 | 54 | 15 | 6E | 49 | 2E |
| Octal | 74 | 311 | 40 | 106 | 0 | 124 | 25 | 156 | 111 | 56 |
| Binary | 111100 | 11001001 | 100000 | 1000110 | 0 | 1010100 | 10101 | 1101110 | 1001001 | 101110 |
Color Harmonies of #3CC920
Complementary color
Monochromatic Colors of #3CC920
Black with #3CC920
Text Example
Text Example
White with #3CC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC920; }
p { color: rgb(60,201,32); }
H1.HeaderClassName
{
color: #3CC920;
}
.AnyTagClassName
{
color: #3CC920;
}
</style>
background-color css
<style>
a { background-color: #3CC920; }
a { background-color: rgb(60,201,32); }
div.DivClassName
{
background-color: #3CC920;
}
.BgClassName
{
background-color: #3CC920;
}
</style>
border-color css
<style>
span { border-color: #3CC920; }
span { border-color: rgb(60,201,32); }
td.TdClassName
{
border-color: #3CC920;
}
.TagClassName
{
border-color: #3CC920;
}
</style>