Shades of Kelly Green #2EB60C
Tints of Kelly Green #2EB60C
RGB
CMYK
RGB Variations
Color information
#2EB60C (or 0x2EB60C) is known color: Kelly Green. HEX triplet: 2E, B6 and 0C. RGB value is (46,182,12). Sum of RGB (Red+Green+Blue) = 46+182+12=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 182 (71.48% from 255 or 75.83% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB60C is #D149F3. Grayscale: #7A7A7A. Windows color (decimal): -13715956 or 833070. OLE color: 833070.
HSL color Cylindrical-coordinate representation of color #2EB60C: hue angle of 108º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EB60C is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 182 | 12 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.29 |
| HSL | 108º | 0.88% | 0.38% | - |
| HSV(B) | 108º | 0.93% | 0.71% | - |
| XYZ | 17.92 | 34.06 | 5.98 | - |
| YUV | 121.96 | 65.94 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 182 | 12 | 0.75 | 0 | 0.93 | 0.29 | 108 | 0.88 | 0.38 |
| Hex | 2E | B6 | C | 4B | 0 | 5D | 1D | 6C | 58 | 26 |
| Octal | 56 | 266 | 14 | 113 | 0 | 135 | 35 | 154 | 130 | 46 |
| Binary | 101110 | 10110110 | 1100 | 1001011 | 0 | 1011101 | 11101 | 1101100 | 1011000 | 100110 |
Color Harmonies of #2EB60C
Complementary color
Monochromatic Colors of #2EB60C
Black with #2EB60C
Text Example
Text Example
White with #2EB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB60C; }
p { color: rgb(46,182,12); }
H1.HeaderClassName
{
color: #2EB60C;
}
.AnyTagClassName
{
color: #2EB60C;
}
</style>
background-color css
<style>
a { background-color: #2EB60C; }
a { background-color: rgb(46,182,12); }
div.DivClassName
{
background-color: #2EB60C;
}
.BgClassName
{
background-color: #2EB60C;
}
</style>
border-color css
<style>
span { border-color: #2EB60C; }
span { border-color: rgb(46,182,12); }
td.TdClassName
{
border-color: #2EB60C;
}
.TagClassName
{
border-color: #2EB60C;
}
</style>