Shades of Kelly Green #3CB410
Tints of Kelly Green #3CB410
RGB
CMYK
RGB Variations
Color information
#3CB410 (or 0x3CB410) is known color: Kelly Green. HEX triplet: 3C, B4 and 10. RGB value is (60,180,16). Sum of RGB (Red+Green+Blue) = 60+180+16=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB410 is #C34BEF. Grayscale: #7D7D7D. Windows color (decimal): -12798960 or 1094716. OLE color: 1094716.
HSL color Cylindrical-coordinate representation of color #3CB410: hue angle of 103.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CB410 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 16 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.29 |
| HSL | 103.9º | 0.84% | 0.38% | - |
| HSV(B) | 103.9º | 0.91% | 0.71% | - |
| XYZ | 18.28 | 33.64 | 6.02 | - |
| YUV | 125.42 | 66.24 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 16 | 0.67 | 0 | 0.91 | 0.29 | 103.9 | 0.84 | 0.38 |
| Hex | 3C | B4 | 10 | 43 | 0 | 5B | 1D | 68 | 54 | 26 |
| Octal | 74 | 264 | 20 | 103 | 0 | 133 | 35 | 150 | 124 | 46 |
| Binary | 111100 | 10110100 | 10000 | 1000011 | 0 | 1011011 | 11101 | 1101000 | 1010100 | 100110 |
Color Harmonies of #3CB410
Complementary color
Monochromatic Colors of #3CB410
Black with #3CB410
Text Example
Text Example
White with #3CB410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB410; }
p { color: rgb(60,180,16); }
H1.HeaderClassName
{
color: #3CB410;
}
.AnyTagClassName
{
color: #3CB410;
}
</style>
background-color css
<style>
a { background-color: #3CB410; }
a { background-color: rgb(60,180,16); }
div.DivClassName
{
background-color: #3CB410;
}
.BgClassName
{
background-color: #3CB410;
}
</style>
border-color css
<style>
span { border-color: #3CB410; }
span { border-color: rgb(60,180,16); }
td.TdClassName
{
border-color: #3CB410;
}
.TagClassName
{
border-color: #3CB410;
}
</style>