Shades of Kelly Green #3CBA1E
Tints of Kelly Green #3CBA1E
RGB
CMYK
RGB Variations
Color information
#3CBA1E (or 0x3CBA1E) is known color: Kelly Green. HEX triplet: 3C, BA and 1E. RGB value is (60,186,30). Sum of RGB (Red+Green+Blue) = 60+186+30=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA1E is #C345E1. Grayscale: #838383. Windows color (decimal): -12797410 or 2013756. OLE color: 2013756.
HSL color Cylindrical-coordinate representation of color #3CBA1E: hue angle of 108.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CBA1E is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 30 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.27 |
| HSL | 108.46º | 0.72% | 0.42% | - |
| HSV(B) | 108.46º | 0.84% | 0.73% | - |
| XYZ | 19.66 | 36.17 | 7.17 | - |
| YUV | 130.54 | 71.26 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 30 | 0.68 | 0 | 0.84 | 0.27 | 108.46 | 0.72 | 0.42 |
| Hex | 3C | BA | 1E | 44 | 0 | 54 | 1B | 6C | 48 | 2A |
| Octal | 74 | 272 | 36 | 104 | 0 | 124 | 33 | 154 | 110 | 52 |
| Binary | 111100 | 10111010 | 11110 | 1000100 | 0 | 1010100 | 11011 | 1101100 | 1001000 | 101010 |
Color Harmonies of #3CBA1E
Complementary color
Monochromatic Colors of #3CBA1E
Black with #3CBA1E
Text Example
Text Example
White with #3CBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA1E; }
p { color: rgb(60,186,30); }
H1.HeaderClassName
{
color: #3CBA1E;
}
.AnyTagClassName
{
color: #3CBA1E;
}
</style>
background-color css
<style>
a { background-color: #3CBA1E; }
a { background-color: rgb(60,186,30); }
div.DivClassName
{
background-color: #3CBA1E;
}
.BgClassName
{
background-color: #3CBA1E;
}
</style>
border-color css
<style>
span { border-color: #3CBA1E; }
span { border-color: rgb(60,186,30); }
td.TdClassName
{
border-color: #3CBA1E;
}
.TagClassName
{
border-color: #3CBA1E;
}
</style>