Shades of Kelly Green #3CAF0E
Tints of Kelly Green #3CAF0E
RGB
CMYK
RGB Variations
Color information
#3CAF0E (or 0x3CAF0E) is known color: Kelly Green. HEX triplet: 3C, AF and 0E. RGB value is (60,175,14). Sum of RGB (Red+Green+Blue) = 60+175+14=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAF0E is #C350F1. Grayscale: #7A7A7A. Windows color (decimal): -12800242 or 962364. OLE color: 962364.
HSL color Cylindrical-coordinate representation of color #3CAF0E: hue angle of 102.86º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CAF0E is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 14 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.31 |
| HSL | 102.86º | 0.85% | 0.37% | - |
| HSV(B) | 102.86º | 0.92% | 0.69% | - |
| XYZ | 17.27 | 31.65 | 5.61 | - |
| YUV | 122.26 | 66.9 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 14 | 0.66 | 0 | 0.92 | 0.31 | 102.86 | 0.85 | 0.37 |
| Hex | 3C | AF | E | 42 | 0 | 5C | 1F | 67 | 55 | 25 |
| Octal | 74 | 257 | 16 | 102 | 0 | 134 | 37 | 147 | 125 | 45 |
| Binary | 111100 | 10101111 | 1110 | 1000010 | 0 | 1011100 | 11111 | 1100111 | 1010101 | 100101 |
Color Harmonies of #3CAF0E
Complementary color
Monochromatic Colors of #3CAF0E
Black with #3CAF0E
Text Example
Text Example
White with #3CAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF0E; }
p { color: rgb(60,175,14); }
H1.HeaderClassName
{
color: #3CAF0E;
}
.AnyTagClassName
{
color: #3CAF0E;
}
</style>
background-color css
<style>
a { background-color: #3CAF0E; }
a { background-color: rgb(60,175,14); }
div.DivClassName
{
background-color: #3CAF0E;
}
.BgClassName
{
background-color: #3CAF0E;
}
</style>
border-color css
<style>
span { border-color: #3CAF0E; }
span { border-color: rgb(60,175,14); }
td.TdClassName
{
border-color: #3CAF0E;
}
.TagClassName
{
border-color: #3CAF0E;
}
</style>