Shades of Kelly Green #3CAB0E
Tints of Kelly Green #3CAB0E
RGB
CMYK
RGB Variations
Color information
#3CAB0E (or 0x3CAB0E) is known color: Kelly Green. HEX triplet: 3C, AB and 0E. RGB value is (60,171,14). Sum of RGB (Red+Green+Blue) = 60+171+14=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 171 (67.19% from 255 or 69.80% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAB0E is #C354F1. Grayscale: #787878. Windows color (decimal): -12801266 or 961340. OLE color: 961340.
HSL color Cylindrical-coordinate representation of color #3CAB0E: hue angle of 102.42º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CAB0E is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 14 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.33 |
| HSL | 102.42º | 0.85% | 0.36% | - |
| HSV(B) | 102.42º | 0.92% | 0.67% | - |
| XYZ | 16.51 | 30.12 | 5.36 | - |
| YUV | 119.91 | 68.23 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 14 | 0.65 | 0 | 0.92 | 0.33 | 102.42 | 0.85 | 0.36 |
| Hex | 3C | AB | E | 41 | 0 | 5C | 21 | 66 | 55 | 24 |
| Octal | 74 | 253 | 16 | 101 | 0 | 134 | 41 | 146 | 125 | 44 |
| Binary | 111100 | 10101011 | 1110 | 1000001 | 0 | 1011100 | 100001 | 1100110 | 1010101 | 100100 |
Color Harmonies of #3CAB0E
Complementary color
Monochromatic Colors of #3CAB0E
Black with #3CAB0E
Text Example
Text Example
White with #3CAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB0E; }
p { color: rgb(60,171,14); }
H1.HeaderClassName
{
color: #3CAB0E;
}
.AnyTagClassName
{
color: #3CAB0E;
}
</style>
background-color css
<style>
a { background-color: #3CAB0E; }
a { background-color: rgb(60,171,14); }
div.DivClassName
{
background-color: #3CAB0E;
}
.BgClassName
{
background-color: #3CAB0E;
}
</style>
border-color css
<style>
span { border-color: #3CAB0E; }
span { border-color: rgb(60,171,14); }
td.TdClassName
{
border-color: #3CAB0E;
}
.TagClassName
{
border-color: #3CAB0E;
}
</style>