Shades of Kelly Green #3CCD13
Tints of Kelly Green #3CCD13
RGB
CMYK
RGB Variations
Color information
#3CCD13 (or 0x3CCD13) is known color: Kelly Green. HEX triplet: 3C, CD and 13. RGB value is (60,205,19). Sum of RGB (Red+Green+Blue) = 60+205+19=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 205 (80.47% from 255 or 72.18% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCD13 is #C332EC. Grayscale: #8D8D8D. Windows color (decimal): -12792557 or 1297724. OLE color: 1297724.
HSL color Cylindrical-coordinate representation of color #3CCD13: hue angle of 106.77º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CCD13 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 19 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.20 |
| HSL | 106.77º | 0.83% | 0.44% | - |
| HSV(B) | 106.77º | 0.91% | 0.8% | - |
| XYZ | 23.81 | 44.67 | 7.98 | - |
| YUV | 140.44 | 59.46 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 19 | 0.71 | 0 | 0.91 | 0.20 | 106.77 | 0.83 | 0.44 |
| Hex | 3C | CD | 13 | 47 | 0 | 5B | 14 | 6B | 53 | 2C |
| Octal | 74 | 315 | 23 | 107 | 0 | 133 | 24 | 153 | 123 | 54 |
| Binary | 111100 | 11001101 | 10011 | 1000111 | 0 | 1011011 | 10100 | 1101011 | 1010011 | 101100 |
Color Harmonies of #3CCD13
Complementary color
Monochromatic Colors of #3CCD13
Black with #3CCD13
Text Example
Text Example
White with #3CCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD13; }
p { color: rgb(60,205,19); }
H1.HeaderClassName
{
color: #3CCD13;
}
.AnyTagClassName
{
color: #3CCD13;
}
</style>
background-color css
<style>
a { background-color: #3CCD13; }
a { background-color: rgb(60,205,19); }
div.DivClassName
{
background-color: #3CCD13;
}
.BgClassName
{
background-color: #3CCD13;
}
</style>
border-color css
<style>
span { border-color: #3CCD13; }
span { border-color: rgb(60,205,19); }
td.TdClassName
{
border-color: #3CCD13;
}
.TagClassName
{
border-color: #3CCD13;
}
</style>