Shades of Lime Green #3CCD1D
Tints of Lime Green #3CCD1D
RGB
CMYK
RGB Variations
Color information
#3CCD1D (or 0x3CCD1D) is known color: Lime Green. HEX triplet: 3C, CD and 1D. RGB value is (60,205,29). Sum of RGB (Red+Green+Blue) = 60+205+29=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 205 (80.47% from 255 or 69.73% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCD1D is #C332E2. Grayscale: #8E8E8E. Windows color (decimal): -12792547 or 1953084. OLE color: 1953084.
HSL color Cylindrical-coordinate representation of color #3CCD1D: hue angle of 109.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CCD1D is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 29 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.20 |
| HSL | 109.43º | 0.75% | 0.46% | - |
| HSV(B) | 109.43º | 0.86% | 0.8% | - |
| XYZ | 23.92 | 44.71 | 8.53 | - |
| YUV | 141.58 | 64.46 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 29 | 0.71 | 0 | 0.86 | 0.20 | 109.43 | 0.75 | 0.46 |
| Hex | 3C | CD | 1D | 47 | 0 | 56 | 14 | 6D | 4B | 2E |
| Octal | 74 | 315 | 35 | 107 | 0 | 126 | 24 | 155 | 113 | 56 |
| Binary | 111100 | 11001101 | 11101 | 1000111 | 0 | 1010110 | 10100 | 1101101 | 1001011 | 101110 |
Color Harmonies of #3CCD1D
Complementary color
Monochromatic Colors of #3CCD1D
Black with #3CCD1D
Text Example
Text Example
White with #3CCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD1D; }
p { color: rgb(60,205,29); }
H1.HeaderClassName
{
color: #3CCD1D;
}
.AnyTagClassName
{
color: #3CCD1D;
}
</style>
background-color css
<style>
a { background-color: #3CCD1D; }
a { background-color: rgb(60,205,29); }
div.DivClassName
{
background-color: #3CCD1D;
}
.BgClassName
{
background-color: #3CCD1D;
}
</style>
border-color css
<style>
span { border-color: #3CCD1D; }
span { border-color: rgb(60,205,29); }
td.TdClassName
{
border-color: #3CCD1D;
}
.TagClassName
{
border-color: #3CCD1D;
}
</style>