Shades of Kelly Green #2EBA02
Tints of Kelly Green #2EBA02
RGB
CMYK
RGB Variations
Color information
#2EBA02 (or 0x2EBA02) is known color: Kelly Green. HEX triplet: 2E, BA and 02. RGB value is (46,186,2). Sum of RGB (Red+Green+Blue) = 46+186+2=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBA02 is #D145FD. Grayscale: #7B7B7B. Windows color (decimal): -13714942 or 178734. OLE color: 178734.
HSL color Cylindrical-coordinate representation of color #2EBA02: hue angle of 105.65º degrees, saturation: 0.98, 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 #2EBA02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.27 |
| HSL | 105.65º | 0.98% | 0.37% | - |
| HSV(B) | 105.65º | 0.99% | 0.73% | - |
| XYZ | 18.7 | 35.7 | 5.96 | - |
| YUV | 123.16 | 59.62 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 2 | 0.75 | 0 | 0.99 | 0.27 | 105.65 | 0.98 | 0.37 |
| Hex | 2E | BA | 2 | 4B | 0 | 63 | 1B | 6A | 62 | 25 |
| Octal | 56 | 272 | 2 | 113 | 0 | 143 | 33 | 152 | 142 | 45 |
| Binary | 101110 | 10111010 | 10 | 1001011 | 0 | 1100011 | 11011 | 1101010 | 1100010 | 100101 |
Color Harmonies of #2EBA02
Complementary color
Monochromatic Colors of #2EBA02
Black with #2EBA02
Text Example
Text Example
White with #2EBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA02; }
p { color: rgb(46,186,2); }
H1.HeaderClassName
{
color: #2EBA02;
}
.AnyTagClassName
{
color: #2EBA02;
}
</style>
background-color css
<style>
a { background-color: #2EBA02; }
a { background-color: rgb(46,186,2); }
div.DivClassName
{
background-color: #2EBA02;
}
.BgClassName
{
background-color: #2EBA02;
}
</style>
border-color css
<style>
span { border-color: #2EBA02; }
span { border-color: rgb(46,186,2); }
td.TdClassName
{
border-color: #2EBA02;
}
.TagClassName
{
border-color: #2EBA02;
}
</style>