Shades of Kelly Green #2EBD01
Tints of Kelly Green #2EBD01
RGB
CMYK
RGB Variations
Color information
#2EBD01 (or 0x2EBD01) is known color: Kelly Green. HEX triplet: 2E, BD and 01. RGB value is (46,189,1). Sum of RGB (Red+Green+Blue) = 46+189+1=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 189 (74.22% from 255 or 80.08% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBD01 is #D142FE. Grayscale: #7D7D7D. Windows color (decimal): -13714175 or 113966. OLE color: 113966.
HSL color Cylindrical-coordinate representation of color #2EBD01: hue angle of 105.64º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EBD01 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.26 |
| HSL | 105.64º | 0.99% | 0.37% | - |
| HSV(B) | 105.64º | 0.99% | 0.74% | - |
| XYZ | 19.33 | 36.98 | 6.15 | - |
| YUV | 124.81 | 58.12 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 1 | 0.76 | 0 | 0.99 | 0.26 | 105.64 | 0.99 | 0.37 |
| Hex | 2E | BD | 1 | 4C | 0 | 63 | 1A | 6A | 63 | 25 |
| Octal | 56 | 275 | 1 | 114 | 0 | 143 | 32 | 152 | 143 | 45 |
| Binary | 101110 | 10111101 | 1 | 1001100 | 0 | 1100011 | 11010 | 1101010 | 1100011 | 100101 |
Color Harmonies of #2EBD01
Complementary color
Monochromatic Colors of #2EBD01
Black with #2EBD01
Text Example
Text Example
White with #2EBD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBD01; }
p { color: rgb(46,189,1); }
H1.HeaderClassName
{
color: #2EBD01;
}
.AnyTagClassName
{
color: #2EBD01;
}
</style>
background-color css
<style>
a { background-color: #2EBD01; }
a { background-color: rgb(46,189,1); }
div.DivClassName
{
background-color: #2EBD01;
}
.BgClassName
{
background-color: #2EBD01;
}
</style>
border-color css
<style>
span { border-color: #2EBD01; }
span { border-color: rgb(46,189,1); }
td.TdClassName
{
border-color: #2EBD01;
}
.TagClassName
{
border-color: #2EBD01;
}
</style>