Shades of Kelly Green #3CAA21
Tints of Kelly Green #3CAA21
RGB
CMYK
RGB Variations
Color information
#3CAA21 (or 0x3CAA21) is known color: Kelly Green. HEX triplet: 3C, AA and 21. RGB value is (60,170,33). Sum of RGB (Red+Green+Blue) = 60+170+33=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA21 is #C355DE. Grayscale: #797979. Windows color (decimal): -12801503 or 2206268. OLE color: 2206268.
HSL color Cylindrical-coordinate representation of color #3CAA21: hue angle of 108.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CAA21 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 33 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.33 |
| HSL | 108.18º | 0.67% | 0.4% | - |
| HSV(B) | 108.18º | 0.81% | 0.67% | - |
| XYZ | 16.51 | 29.82 | 6.32 | - |
| YUV | 121.49 | 78.06 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 33 | 0.65 | 0 | 0.81 | 0.33 | 108.18 | 0.67 | 0.4 |
| Hex | 3C | AA | 21 | 41 | 0 | 51 | 21 | 6C | 43 | 28 |
| Octal | 74 | 252 | 41 | 101 | 0 | 121 | 41 | 154 | 103 | 50 |
| Binary | 111100 | 10101010 | 100001 | 1000001 | 0 | 1010001 | 100001 | 1101100 | 1000011 | 101000 |
Color Harmonies of #3CAA21
Complementary color
Monochromatic Colors of #3CAA21
Black with #3CAA21
Text Example
Text Example
White with #3CAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA21; }
p { color: rgb(60,170,33); }
H1.HeaderClassName
{
color: #3CAA21;
}
.AnyTagClassName
{
color: #3CAA21;
}
</style>
background-color css
<style>
a { background-color: #3CAA21; }
a { background-color: rgb(60,170,33); }
div.DivClassName
{
background-color: #3CAA21;
}
.BgClassName
{
background-color: #3CAA21;
}
</style>
border-color css
<style>
span { border-color: #3CAA21; }
span { border-color: rgb(60,170,33); }
td.TdClassName
{
border-color: #3CAA21;
}
.TagClassName
{
border-color: #3CAA21;
}
</style>