Shades of Kelly Green #3CB415
Tints of Kelly Green #3CB415
RGB
CMYK
RGB Variations
Color information
#3CB415 (or 0x3CB415) is known color: Kelly Green. HEX triplet: 3C, B4 and 15. RGB value is (60,180,21). Sum of RGB (Red+Green+Blue) = 60+180+21=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 180 (70.70% from 255 or 68.97% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB415 is #C34BEA. Grayscale: #7E7E7E. Windows color (decimal): -12798955 or 1422396. OLE color: 1422396.
HSL color Cylindrical-coordinate representation of color #3CB415: hue angle of 105.28º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CB415 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 21 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.29 |
| HSL | 105.28º | 0.79% | 0.39% | - |
| HSV(B) | 105.28º | 0.88% | 0.71% | - |
| XYZ | 18.32 | 33.66 | 6.24 | - |
| YUV | 125.99 | 68.74 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 21 | 0.67 | 0 | 0.88 | 0.29 | 105.28 | 0.79 | 0.39 |
| Hex | 3C | B4 | 15 | 43 | 0 | 58 | 1D | 69 | 4F | 27 |
| Octal | 74 | 264 | 25 | 103 | 0 | 130 | 35 | 151 | 117 | 47 |
| Binary | 111100 | 10110100 | 10101 | 1000011 | 0 | 1011000 | 11101 | 1101001 | 1001111 | 100111 |
Color Harmonies of #3CB415
Complementary color
Monochromatic Colors of #3CB415
Black with #3CB415
Text Example
Text Example
White with #3CB415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB415; }
p { color: rgb(60,180,21); }
H1.HeaderClassName
{
color: #3CB415;
}
.AnyTagClassName
{
color: #3CB415;
}
</style>
background-color css
<style>
a { background-color: #3CB415; }
a { background-color: rgb(60,180,21); }
div.DivClassName
{
background-color: #3CB415;
}
.BgClassName
{
background-color: #3CB415;
}
</style>
border-color css
<style>
span { border-color: #3CB415; }
span { border-color: rgb(60,180,21); }
td.TdClassName
{
border-color: #3CB415;
}
.TagClassName
{
border-color: #3CB415;
}
</style>