Shades of Kelly Green #2EBA10
Tints of Kelly Green #2EBA10
RGB
CMYK
RGB Variations
Color information
#2EBA10 (or 0x2EBA10) is known color: Kelly Green. HEX triplet: 2E, BA and 10. RGB value is (46,186,16). Sum of RGB (Red+Green+Blue) = 46+186+16=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 186 (73.05% from 255 or 75% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBA10 is #D145EF. Grayscale: #7D7D7D. Windows color (decimal): -13714928 or 1096238. OLE color: 1096238.
HSL color Cylindrical-coordinate representation of color #2EBA10: hue angle of 109.41º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EBA10 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 16 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.27 |
| HSL | 109.41º | 0.84% | 0.4% | - |
| HSV(B) | 109.41º | 0.91% | 0.73% | - |
| XYZ | 18.78 | 35.74 | 6.4 | - |
| YUV | 124.76 | 66.62 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 16 | 0.75 | 0 | 0.91 | 0.27 | 109.41 | 0.84 | 0.4 |
| Hex | 2E | BA | 10 | 4B | 0 | 5B | 1B | 6D | 54 | 28 |
| Octal | 56 | 272 | 20 | 113 | 0 | 133 | 33 | 155 | 124 | 50 |
| Binary | 101110 | 10111010 | 10000 | 1001011 | 0 | 1011011 | 11011 | 1101101 | 1010100 | 101000 |
Color Harmonies of #2EBA10
Complementary color
Monochromatic Colors of #2EBA10
Black with #2EBA10
Text Example
Text Example
White with #2EBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA10; }
p { color: rgb(46,186,16); }
H1.HeaderClassName
{
color: #2EBA10;
}
.AnyTagClassName
{
color: #2EBA10;
}
</style>
background-color css
<style>
a { background-color: #2EBA10; }
a { background-color: rgb(46,186,16); }
div.DivClassName
{
background-color: #2EBA10;
}
.BgClassName
{
background-color: #2EBA10;
}
</style>
border-color css
<style>
span { border-color: #2EBA10; }
span { border-color: rgb(46,186,16); }
td.TdClassName
{
border-color: #2EBA10;
}
.TagClassName
{
border-color: #2EBA10;
}
</style>