Shades of Kelly Green #3CCA16
Tints of Kelly Green #3CCA16
RGB
CMYK
RGB Variations
Color information
#3CCA16 (or 0x3CCA16) is known color: Kelly Green. HEX triplet: 3C, CA and 16. RGB value is (60,202,22). Sum of RGB (Red+Green+Blue) = 60+202+22=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCA16 is #C335E9. Grayscale: #8B8B8B. Windows color (decimal): -12793322 or 1493564. OLE color: 1493564.
HSL color Cylindrical-coordinate representation of color #3CCA16: hue angle of 107.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CCA16 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 22 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.21 |
| HSL | 107.33º | 0.8% | 0.44% | - |
| HSV(B) | 107.33º | 0.89% | 0.79% | - |
| XYZ | 23.13 | 43.26 | 7.89 | - |
| YUV | 139.02 | 61.96 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 22 | 0.70 | 0 | 0.89 | 0.21 | 107.33 | 0.8 | 0.44 |
| Hex | 3C | CA | 16 | 46 | 0 | 59 | 15 | 6B | 50 | 2C |
| Octal | 74 | 312 | 26 | 106 | 0 | 131 | 25 | 153 | 120 | 54 |
| Binary | 111100 | 11001010 | 10110 | 1000110 | 0 | 1011001 | 10101 | 1101011 | 1010000 | 101100 |
Color Harmonies of #3CCA16
Complementary color
Monochromatic Colors of #3CCA16
Black with #3CCA16
Text Example
Text Example
White with #3CCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA16; }
p { color: rgb(60,202,22); }
H1.HeaderClassName
{
color: #3CCA16;
}
.AnyTagClassName
{
color: #3CCA16;
}
</style>
background-color css
<style>
a { background-color: #3CCA16; }
a { background-color: rgb(60,202,22); }
div.DivClassName
{
background-color: #3CCA16;
}
.BgClassName
{
background-color: #3CCA16;
}
</style>
border-color css
<style>
span { border-color: #3CCA16; }
span { border-color: rgb(60,202,22); }
td.TdClassName
{
border-color: #3CCA16;
}
.TagClassName
{
border-color: #3CCA16;
}
</style>