Shades of Lime Green #3CCC20
Tints of Lime Green #3CCC20
RGB
CMYK
RGB Variations
Color information
#3CCC20 (or 0x3CCC20) is known color: Lime Green. HEX triplet: 3C, CC and 20. RGB value is (60,204,32). Sum of RGB (Red+Green+Blue) = 60+204+32=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCC20 is #C333DF. Grayscale: #8D8D8D. Windows color (decimal): -12792800 or 2149436. OLE color: 2149436.
HSL color Cylindrical-coordinate representation of color #3CCC20: hue angle of 110.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CCC20 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 32 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.2 |
| HSL | 110.23º | 0.73% | 0.46% | - |
| HSV(B) | 110.23º | 0.84% | 0.8% | - |
| XYZ | 23.72 | 44.25 | 8.66 | - |
| YUV | 141.34 | 66.29 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 32 | 0.71 | 0 | 0.84 | 0.2 | 110.23 | 0.73 | 0.46 |
| Hex | 3C | CC | 20 | 47 | 0 | 54 | 14 | 6E | 49 | 2E |
| Octal | 74 | 314 | 40 | 107 | 0 | 124 | 24 | 156 | 111 | 56 |
| Binary | 111100 | 11001100 | 100000 | 1000111 | 0 | 1010100 | 10100 | 1101110 | 1001001 | 101110 |
Color Harmonies of #3CCC20
Complementary color
Monochromatic Colors of #3CCC20
Black with #3CCC20
Text Example
Text Example
White with #3CCC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCC20; }
p { color: rgb(60,204,32); }
H1.HeaderClassName
{
color: #3CCC20;
}
.AnyTagClassName
{
color: #3CCC20;
}
</style>
background-color css
<style>
a { background-color: #3CCC20; }
a { background-color: rgb(60,204,32); }
div.DivClassName
{
background-color: #3CCC20;
}
.BgClassName
{
background-color: #3CCC20;
}
</style>
border-color css
<style>
span { border-color: #3CCC20; }
span { border-color: rgb(60,204,32); }
td.TdClassName
{
border-color: #3CCC20;
}
.TagClassName
{
border-color: #3CCC20;
}
</style>