Shades of Kelly Green #3CA20E
Tints of Kelly Green #3CA20E
RGB
CMYK
RGB Variations
Color information
#3CA20E (or 0x3CA20E) is known color: Kelly Green. HEX triplet: 3C, A2 and 0E. RGB value is (60,162,14). Sum of RGB (Red+Green+Blue) = 60+162+14=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 162 (63.67% from 255 or 68.64% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA20E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA20E is #C35DF1. Grayscale: #737373. Windows color (decimal): -12803570 or 959036. OLE color: 959036.
HSL color Cylindrical-coordinate representation of color #3CA20E: hue angle of 101.35º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CA20E is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 162 | 14 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.36 |
| HSL | 101.35º | 0.84% | 0.35% | - |
| HSV(B) | 101.35º | 0.91% | 0.64% | - |
| XYZ | 14.86 | 26.83 | 4.81 | - |
| YUV | 114.63 | 71.21 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 14 | 0.63 | 0 | 0.91 | 0.36 | 101.35 | 0.84 | 0.35 |
| Hex | 3C | A2 | E | 3F | 0 | 5B | 24 | 65 | 54 | 23 |
| Octal | 74 | 242 | 16 | 77 | 0 | 133 | 44 | 145 | 124 | 43 |
| Binary | 111100 | 10100010 | 1110 | 111111 | 0 | 1011011 | 100100 | 1100101 | 1010100 | 100011 |
Color Harmonies of #3CA20E
Complementary color
Monochromatic Colors of #3CA20E
Black with #3CA20E
Text Example
Text Example
White with #3CA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA20E; }
p { color: rgb(60,162,14); }
H1.HeaderClassName
{
color: #3CA20E;
}
.AnyTagClassName
{
color: #3CA20E;
}
</style>
background-color css
<style>
a { background-color: #3CA20E; }
a { background-color: rgb(60,162,14); }
div.DivClassName
{
background-color: #3CA20E;
}
.BgClassName
{
background-color: #3CA20E;
}
</style>
border-color css
<style>
span { border-color: #3CA20E; }
span { border-color: rgb(60,162,14); }
td.TdClassName
{
border-color: #3CA20E;
}
.TagClassName
{
border-color: #3CA20E;
}
</style>