Shades of Kelly Green #2EB40C
Tints of Kelly Green #2EB40C
RGB
CMYK
RGB Variations
Color information
#2EB40C (or 0x2EB40C) is known color: Kelly Green. HEX triplet: 2E, B4 and 0C. RGB value is (46,180,12). Sum of RGB (Red+Green+Blue) = 46+180+12=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 180 (70.70% from 255 or 75.63% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB40C is #D14BF3. Grayscale: #797979. Windows color (decimal): -13716468 or 832558. OLE color: 832558.
HSL color Cylindrical-coordinate representation of color #2EB40C: hue angle of 107.86º 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 #2EB40C is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 12 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.29 |
| HSL | 107.86º | 0.88% | 0.38% | - |
| HSV(B) | 107.86º | 0.93% | 0.71% | - |
| XYZ | 17.51 | 33.25 | 5.84 | - |
| YUV | 120.78 | 66.61 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 12 | 0.74 | 0 | 0.93 | 0.29 | 107.86 | 0.88 | 0.38 |
| Hex | 2E | B4 | C | 4A | 0 | 5D | 1D | 6C | 58 | 26 |
| Octal | 56 | 264 | 14 | 112 | 0 | 135 | 35 | 154 | 130 | 46 |
| Binary | 101110 | 10110100 | 1100 | 1001010 | 0 | 1011101 | 11101 | 1101100 | 1011000 | 100110 |
Color Harmonies of #2EB40C
Complementary color
Monochromatic Colors of #2EB40C
Black with #2EB40C
Text Example
Text Example
White with #2EB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB40C; }
p { color: rgb(46,180,12); }
H1.HeaderClassName
{
color: #2EB40C;
}
.AnyTagClassName
{
color: #2EB40C;
}
</style>
background-color css
<style>
a { background-color: #2EB40C; }
a { background-color: rgb(46,180,12); }
div.DivClassName
{
background-color: #2EB40C;
}
.BgClassName
{
background-color: #2EB40C;
}
</style>
border-color css
<style>
span { border-color: #2EB40C; }
span { border-color: rgb(46,180,12); }
td.TdClassName
{
border-color: #2EB40C;
}
.TagClassName
{
border-color: #2EB40C;
}
</style>