Shades of Kelly Green #2EBA01
Tints of Kelly Green #2EBA01
RGB
CMYK
RGB Variations
Color information
#2EBA01 (or 0x2EBA01) is known color: Kelly Green. HEX triplet: 2E, BA and 01. RGB value is (46,186,1). Sum of RGB (Red+Green+Blue) = 46+186+1=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBA01 is #D145FE. Grayscale: #7B7B7B. Windows color (decimal): -13714943 or 113198. OLE color: 113198.
HSL color Cylindrical-coordinate representation of color #2EBA01: hue angle of 105.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EBA01 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.27 |
| HSL | 105.41º | 0.99% | 0.37% | - |
| HSV(B) | 105.41º | 0.99% | 0.73% | - |
| XYZ | 18.69 | 35.7 | 5.93 | - |
| YUV | 123.05 | 59.12 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 1 | 0.75 | 0 | 0.99 | 0.27 | 105.41 | 0.99 | 0.37 |
| Hex | 2E | BA | 1 | 4B | 0 | 63 | 1B | 69 | 63 | 25 |
| Octal | 56 | 272 | 1 | 113 | 0 | 143 | 33 | 151 | 143 | 45 |
| Binary | 101110 | 10111010 | 1 | 1001011 | 0 | 1100011 | 11011 | 1101001 | 1100011 | 100101 |
Color Harmonies of #2EBA01
Complementary color
Monochromatic Colors of #2EBA01
Black with #2EBA01
Text Example
Text Example
White with #2EBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA01; }
p { color: rgb(46,186,1); }
H1.HeaderClassName
{
color: #2EBA01;
}
.AnyTagClassName
{
color: #2EBA01;
}
</style>
background-color css
<style>
a { background-color: #2EBA01; }
a { background-color: rgb(46,186,1); }
div.DivClassName
{
background-color: #2EBA01;
}
.BgClassName
{
background-color: #2EBA01;
}
</style>
border-color css
<style>
span { border-color: #2EBA01; }
span { border-color: rgb(46,186,1); }
td.TdClassName
{
border-color: #2EBA01;
}
.TagClassName
{
border-color: #2EBA01;
}
</style>