Shades of Kelly Green #3CDD13
Tints of Kelly Green #3CDD13
RGB
CMYK
RGB Variations
Color information
#3CDD13 (or 0x3CDD13) is known color: Kelly Green. HEX triplet: 3C, DD and 13. RGB value is (60,221,19). Sum of RGB (Red+Green+Blue) = 60+221+19=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 221 (86.72% from 255 or 73.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDD13 is #C322EC. Grayscale: #969696. Windows color (decimal): -12788461 or 1301820. OLE color: 1301820.
HSL color Cylindrical-coordinate representation of color #3CDD13: hue angle of 107.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CDD13 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 19 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.13 |
| HSL | 107.82º | 0.84% | 0.47% | - |
| HSV(B) | 107.82º | 0.91% | 0.87% | - |
| XYZ | 27.84 | 52.72 | 9.33 | - |
| YUV | 149.83 | 54.16 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 19 | 0.73 | 0 | 0.91 | 0.13 | 107.82 | 0.84 | 0.47 |
| Hex | 3C | DD | 13 | 49 | 0 | 5B | D | 6C | 54 | 2F |
| Octal | 74 | 335 | 23 | 111 | 0 | 133 | 15 | 154 | 124 | 57 |
| Binary | 111100 | 11011101 | 10011 | 1001001 | 0 | 1011011 | 1101 | 1101100 | 1010100 | 101111 |
Color Harmonies of #3CDD13
Complementary color
Monochromatic Colors of #3CDD13
Black with #3CDD13
Text Example
Text Example
White with #3CDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD13; }
p { color: rgb(60,221,19); }
H1.HeaderClassName
{
color: #3CDD13;
}
.AnyTagClassName
{
color: #3CDD13;
}
</style>
background-color css
<style>
a { background-color: #3CDD13; }
a { background-color: rgb(60,221,19); }
div.DivClassName
{
background-color: #3CDD13;
}
.BgClassName
{
background-color: #3CDD13;
}
</style>
border-color css
<style>
span { border-color: #3CDD13; }
span { border-color: rgb(60,221,19); }
td.TdClassName
{
border-color: #3CDD13;
}
.TagClassName
{
border-color: #3CDD13;
}
</style>