Shades of Kelly Green #3CB614
Tints of Kelly Green #3CB614
RGB
CMYK
RGB Variations
Color information
#3CB614 (or 0x3CB614) is known color: Kelly Green. HEX triplet: 3C, B6 and 14. RGB value is (60,182,20). Sum of RGB (Red+Green+Blue) = 60+182+20=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 182 (71.48% from 255 or 69.47% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB614 is #C349EB. Grayscale: #7F7F7F. Windows color (decimal): -12798444 or 1357372. OLE color: 1357372.
HSL color Cylindrical-coordinate representation of color #3CB614: hue angle of 105.19º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CB614 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 20 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.29 |
| HSL | 105.19º | 0.8% | 0.4% | - |
| HSV(B) | 105.19º | 0.89% | 0.71% | - |
| XYZ | 18.72 | 34.47 | 6.33 | - |
| YUV | 127.05 | 67.58 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 20 | 0.67 | 0 | 0.89 | 0.29 | 105.19 | 0.8 | 0.4 |
| Hex | 3C | B6 | 14 | 43 | 0 | 59 | 1D | 69 | 50 | 28 |
| Octal | 74 | 266 | 24 | 103 | 0 | 131 | 35 | 151 | 120 | 50 |
| Binary | 111100 | 10110110 | 10100 | 1000011 | 0 | 1011001 | 11101 | 1101001 | 1010000 | 101000 |
Color Harmonies of #3CB614
Complementary color
Monochromatic Colors of #3CB614
Black with #3CB614
Text Example
Text Example
White with #3CB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB614; }
p { color: rgb(60,182,20); }
H1.HeaderClassName
{
color: #3CB614;
}
.AnyTagClassName
{
color: #3CB614;
}
</style>
background-color css
<style>
a { background-color: #3CB614; }
a { background-color: rgb(60,182,20); }
div.DivClassName
{
background-color: #3CB614;
}
.BgClassName
{
background-color: #3CB614;
}
</style>
border-color css
<style>
span { border-color: #3CB614; }
span { border-color: rgb(60,182,20); }
td.TdClassName
{
border-color: #3CB614;
}
.TagClassName
{
border-color: #3CB614;
}
</style>