Shades of Kelly Green #3CB60E
Tints of Kelly Green #3CB60E
RGB
CMYK
RGB Variations
Color information
#3CB60E (or 0x3CB60E) is known color: Kelly Green. HEX triplet: 3C, B6 and 0E. RGB value is (60,182,14). Sum of RGB (Red+Green+Blue) = 60+182+14=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB60E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB60E is #C349F1. Grayscale: #7E7E7E. Windows color (decimal): -12798450 or 964156. OLE color: 964156.
HSL color Cylindrical-coordinate representation of color #3CB60E: hue angle of 103.57º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CB60E is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 14 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.29 |
| HSL | 103.57º | 0.86% | 0.38% | - |
| HSV(B) | 103.57º | 0.92% | 0.71% | - |
| XYZ | 18.67 | 34.45 | 6.08 | - |
| YUV | 126.37 | 64.58 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 14 | 0.67 | 0 | 0.92 | 0.29 | 103.57 | 0.86 | 0.38 |
| Hex | 3C | B6 | E | 43 | 0 | 5C | 1D | 68 | 56 | 26 |
| Octal | 74 | 266 | 16 | 103 | 0 | 134 | 35 | 150 | 126 | 46 |
| Binary | 111100 | 10110110 | 1110 | 1000011 | 0 | 1011100 | 11101 | 1101000 | 1010110 | 100110 |
Color Harmonies of #3CB60E
Complementary color
Monochromatic Colors of #3CB60E
Black with #3CB60E
Text Example
Text Example
White with #3CB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB60E; }
p { color: rgb(60,182,14); }
H1.HeaderClassName
{
color: #3CB60E;
}
.AnyTagClassName
{
color: #3CB60E;
}
</style>
background-color css
<style>
a { background-color: #3CB60E; }
a { background-color: rgb(60,182,14); }
div.DivClassName
{
background-color: #3CB60E;
}
.BgClassName
{
background-color: #3CB60E;
}
</style>
border-color css
<style>
span { border-color: #3CB60E; }
span { border-color: rgb(60,182,14); }
td.TdClassName
{
border-color: #3CB60E;
}
.TagClassName
{
border-color: #3CB60E;
}
</style>