Shades of Lime Green #3CD020
Tints of Lime Green #3CD020
RGB
CMYK
RGB Variations
Color information
#3CD020 (or 0x3CD020) is known color: Lime Green. HEX triplet: 3C, D0 and 20. RGB value is (60,208,32). Sum of RGB (Red+Green+Blue) = 60+208+32=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #3CD020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD020 is #C32FDF. Grayscale: #909090. Windows color (decimal): -12791776 or 2150460. OLE color: 2150460.
HSL color Cylindrical-coordinate representation of color #3CD020: hue angle of 110.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CD020 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 208 | 32 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.18 |
| HSL | 110.45º | 0.73% | 0.47% | - |
| HSV(B) | 110.45º | 0.85% | 0.82% | - |
| XYZ | 24.68 | 46.18 | 8.98 | - |
| YUV | 143.68 | 64.97 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 208 | 32 | 0.71 | 0 | 0.85 | 0.18 | 110.45 | 0.73 | 0.47 |
| Hex | 3C | D0 | 20 | 47 | 0 | 55 | 12 | 6E | 49 | 2F |
| Octal | 74 | 320 | 40 | 107 | 0 | 125 | 22 | 156 | 111 | 57 |
| Binary | 111100 | 11010000 | 100000 | 1000111 | 0 | 1010101 | 10010 | 1101110 | 1001001 | 101111 |
Color Harmonies of #3CD020
Complementary color
Monochromatic Colors of #3CD020
Black with #3CD020
Text Example
Text Example
White with #3CD020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD020; }
p { color: rgb(60,208,32); }
H1.HeaderClassName
{
color: #3CD020;
}
.AnyTagClassName
{
color: #3CD020;
}
</style>
background-color css
<style>
a { background-color: #3CD020; }
a { background-color: rgb(60,208,32); }
div.DivClassName
{
background-color: #3CD020;
}
.BgClassName
{
background-color: #3CD020;
}
</style>
border-color css
<style>
span { border-color: #3CD020; }
span { border-color: rgb(60,208,32); }
td.TdClassName
{
border-color: #3CD020;
}
.TagClassName
{
border-color: #3CD020;
}
</style>