Shades of Kelly Green #3CCC1A
Tints of Kelly Green #3CCC1A
RGB
CMYK
RGB Variations
Color information
#3CCC1A (or 0x3CCC1A) is known color: Kelly Green. HEX triplet: 3C, CC and 1A. RGB value is (60,204,26). Sum of RGB (Red+Green+Blue) = 60+204+26=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 204 (80.08% from 255 or 70.34% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCC1A is #C333E5. Grayscale: #8D8D8D. Windows color (decimal): -12792806 or 1756220. OLE color: 1756220.
HSL color Cylindrical-coordinate representation of color #3CCC1A: hue angle of 108.54º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CCC1A is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 26 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.2 |
| HSL | 108.54º | 0.77% | 0.45% | - |
| HSV(B) | 108.54º | 0.87% | 0.8% | - |
| XYZ | 23.64 | 44.22 | 8.27 | - |
| YUV | 140.65 | 63.29 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 26 | 0.71 | 0 | 0.87 | 0.2 | 108.54 | 0.77 | 0.45 |
| Hex | 3C | CC | 1A | 47 | 0 | 57 | 14 | 6D | 4D | 2D |
| Octal | 74 | 314 | 32 | 107 | 0 | 127 | 24 | 155 | 115 | 55 |
| Binary | 111100 | 11001100 | 11010 | 1000111 | 0 | 1010111 | 10100 | 1101101 | 1001101 | 101101 |
Color Harmonies of #3CCC1A
Complementary color
Monochromatic Colors of #3CCC1A
Black with #3CCC1A
Text Example
Text Example
White with #3CCC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCC1A; }
p { color: rgb(60,204,26); }
H1.HeaderClassName
{
color: #3CCC1A;
}
.AnyTagClassName
{
color: #3CCC1A;
}
</style>
background-color css
<style>
a { background-color: #3CCC1A; }
a { background-color: rgb(60,204,26); }
div.DivClassName
{
background-color: #3CCC1A;
}
.BgClassName
{
background-color: #3CCC1A;
}
</style>
border-color css
<style>
span { border-color: #3CCC1A; }
span { border-color: rgb(60,204,26); }
td.TdClassName
{
border-color: #3CCC1A;
}
.TagClassName
{
border-color: #3CCC1A;
}
</style>