Shades of Kelly Green #2EBA08
Tints of Kelly Green #2EBA08
RGB
CMYK
RGB Variations
Color information
#2EBA08 (or 0x2EBA08) is known color: Kelly Green. HEX triplet: 2E, BA and 08. RGB value is (46,186,8). Sum of RGB (Red+Green+Blue) = 46+186+8=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBA08 is #D145F7. Grayscale: #7C7C7C. Windows color (decimal): -13714936 or 571950. OLE color: 571950.
HSL color Cylindrical-coordinate representation of color #2EBA08: hue angle of 107.19º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EBA08 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 8 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.27 |
| HSL | 107.19º | 0.92% | 0.38% | - |
| HSV(B) | 107.19º | 0.96% | 0.73% | - |
| XYZ | 18.73 | 35.72 | 6.14 | - |
| YUV | 123.85 | 62.62 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 8 | 0.75 | 0 | 0.96 | 0.27 | 107.19 | 0.92 | 0.38 |
| Hex | 2E | BA | 8 | 4B | 0 | 60 | 1B | 6B | 5C | 26 |
| Octal | 56 | 272 | 10 | 113 | 0 | 140 | 33 | 153 | 134 | 46 |
| Binary | 101110 | 10111010 | 1000 | 1001011 | 0 | 1100000 | 11011 | 1101011 | 1011100 | 100110 |
Color Harmonies of #2EBA08
Complementary color
Monochromatic Colors of #2EBA08
Black with #2EBA08
Text Example
Text Example
White with #2EBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA08; }
p { color: rgb(46,186,8); }
H1.HeaderClassName
{
color: #2EBA08;
}
.AnyTagClassName
{
color: #2EBA08;
}
</style>
background-color css
<style>
a { background-color: #2EBA08; }
a { background-color: rgb(46,186,8); }
div.DivClassName
{
background-color: #2EBA08;
}
.BgClassName
{
background-color: #2EBA08;
}
</style>
border-color css
<style>
span { border-color: #2EBA08; }
span { border-color: rgb(46,186,8); }
td.TdClassName
{
border-color: #2EBA08;
}
.TagClassName
{
border-color: #2EBA08;
}
</style>