Shades of Kelly Green #2EBC04
Tints of Kelly Green #2EBC04
RGB
CMYK
RGB Variations
Color information
#2EBC04 (or 0x2EBC04) is known color: Kelly Green. HEX triplet: 2E, BC and 04. RGB value is (46,188,4). Sum of RGB (Red+Green+Blue) = 46+188+4=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 188 (73.83% from 255 or 78.99% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBC04 is #D143FB. Grayscale: #7D7D7D. Windows color (decimal): -13714428 or 310318. OLE color: 310318.
HSL color Cylindrical-coordinate representation of color #2EBC04: hue angle of 106.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EBC04 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 4 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.26 |
| HSL | 106.3º | 0.96% | 0.38% | - |
| HSV(B) | 106.3º | 0.98% | 0.74% | - |
| XYZ | 19.13 | 36.56 | 6.16 | - |
| YUV | 124.57 | 59.96 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 4 | 0.76 | 0 | 0.98 | 0.26 | 106.3 | 0.96 | 0.38 |
| Hex | 2E | BC | 4 | 4C | 0 | 62 | 1A | 6A | 60 | 26 |
| Octal | 56 | 274 | 4 | 114 | 0 | 142 | 32 | 152 | 140 | 46 |
| Binary | 101110 | 10111100 | 100 | 1001100 | 0 | 1100010 | 11010 | 1101010 | 1100000 | 100110 |
Color Harmonies of #2EBC04
Complementary color
Monochromatic Colors of #2EBC04
Black with #2EBC04
Text Example
Text Example
White with #2EBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC04; }
p { color: rgb(46,188,4); }
H1.HeaderClassName
{
color: #2EBC04;
}
.AnyTagClassName
{
color: #2EBC04;
}
</style>
background-color css
<style>
a { background-color: #2EBC04; }
a { background-color: rgb(46,188,4); }
div.DivClassName
{
background-color: #2EBC04;
}
.BgClassName
{
background-color: #2EBC04;
}
</style>
border-color css
<style>
span { border-color: #2EBC04; }
span { border-color: rgb(46,188,4); }
td.TdClassName
{
border-color: #2EBC04;
}
.TagClassName
{
border-color: #2EBC04;
}
</style>