Shades of Kelly Green #2EBC05
Tints of Kelly Green #2EBC05
RGB
CMYK
RGB Variations
Color information
#2EBC05 (or 0x2EBC05) is known color: Kelly Green. HEX triplet: 2E, BC and 05. RGB value is (46,188,5). Sum of RGB (Red+Green+Blue) = 46+188+5=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 188 (73.83% from 255 or 78.66% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBC05 is #D143FA. Grayscale: #7D7D7D. Windows color (decimal): -13714427 or 375854. OLE color: 375854.
HSL color Cylindrical-coordinate representation of color #2EBC05: hue angle of 106.56º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EBC05 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 5 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.26 |
| HSL | 106.56º | 0.95% | 0.38% | - |
| HSV(B) | 106.56º | 0.97% | 0.74% | - |
| XYZ | 19.14 | 36.56 | 6.19 | - |
| YUV | 124.68 | 60.46 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 5 | 0.76 | 0 | 0.97 | 0.26 | 106.56 | 0.95 | 0.38 |
| Hex | 2E | BC | 5 | 4C | 0 | 61 | 1A | 6B | 5F | 26 |
| Octal | 56 | 274 | 5 | 114 | 0 | 141 | 32 | 153 | 137 | 46 |
| Binary | 101110 | 10111100 | 101 | 1001100 | 0 | 1100001 | 11010 | 1101011 | 1011111 | 100110 |
Color Harmonies of #2EBC05
Complementary color
Monochromatic Colors of #2EBC05
Black with #2EBC05
Text Example
Text Example
White with #2EBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC05; }
p { color: rgb(46,188,5); }
H1.HeaderClassName
{
color: #2EBC05;
}
.AnyTagClassName
{
color: #2EBC05;
}
</style>
background-color css
<style>
a { background-color: #2EBC05; }
a { background-color: rgb(46,188,5); }
div.DivClassName
{
background-color: #2EBC05;
}
.BgClassName
{
background-color: #2EBC05;
}
</style>
border-color css
<style>
span { border-color: #2EBC05; }
span { border-color: rgb(46,188,5); }
td.TdClassName
{
border-color: #2EBC05;
}
.TagClassName
{
border-color: #2EBC05;
}
</style>