Shades of Kelly Green #3CB915
Tints of Kelly Green #3CB915
RGB
CMYK
RGB Variations
Color information
#3CB915 (or 0x3CB915) is known color: Kelly Green. HEX triplet: 3C, B9 and 15. RGB value is (60,185,21). Sum of RGB (Red+Green+Blue) = 60+185+21=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 185 (72.66% from 255 or 69.55% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB915 is #C346EA. Grayscale: #818181. Windows color (decimal): -12797675 or 1423676. OLE color: 1423676.
HSL color Cylindrical-coordinate representation of color #3CB915: hue angle of 105.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CB915 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 21 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.27 |
| HSL | 105.73º | 0.8% | 0.4% | - |
| HSV(B) | 105.73º | 0.89% | 0.73% | - |
| XYZ | 19.35 | 35.71 | 6.58 | - |
| YUV | 128.93 | 67.09 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 21 | 0.68 | 0 | 0.89 | 0.27 | 105.73 | 0.8 | 0.4 |
| Hex | 3C | B9 | 15 | 44 | 0 | 59 | 1B | 6A | 50 | 28 |
| Octal | 74 | 271 | 25 | 104 | 0 | 131 | 33 | 152 | 120 | 50 |
| Binary | 111100 | 10111001 | 10101 | 1000100 | 0 | 1011001 | 11011 | 1101010 | 1010000 | 101000 |
Color Harmonies of #3CB915
Complementary color
Monochromatic Colors of #3CB915
Black with #3CB915
Text Example
Text Example
White with #3CB915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB915; }
p { color: rgb(60,185,21); }
H1.HeaderClassName
{
color: #3CB915;
}
.AnyTagClassName
{
color: #3CB915;
}
</style>
background-color css
<style>
a { background-color: #3CB915; }
a { background-color: rgb(60,185,21); }
div.DivClassName
{
background-color: #3CB915;
}
.BgClassName
{
background-color: #3CB915;
}
</style>
border-color css
<style>
span { border-color: #3CB915; }
span { border-color: rgb(60,185,21); }
td.TdClassName
{
border-color: #3CB915;
}
.TagClassName
{
border-color: #3CB915;
}
</style>