Shades of Kelly Green #2EB404
Tints of Kelly Green #2EB404
RGB
CMYK
RGB Variations
Color information
#2EB404 (or 0x2EB404) is known color: Kelly Green. HEX triplet: 2E, B4 and 04. RGB value is (46,180,4). Sum of RGB (Red+Green+Blue) = 46+180+4=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 180 (70.70% from 255 or 78.26% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB404 is #D14BFB. Grayscale: #787878. Windows color (decimal): -13716476 or 308270. OLE color: 308270.
HSL color Cylindrical-coordinate representation of color #2EB404: hue angle of 105.68º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EB404 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.29 |
| HSL | 105.68º | 0.96% | 0.36% | - |
| HSV(B) | 105.68º | 0.98% | 0.71% | - |
| XYZ | 17.47 | 33.23 | 5.61 | - |
| YUV | 119.87 | 62.61 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 4 | 0.74 | 0 | 0.98 | 0.29 | 105.68 | 0.96 | 0.36 |
| Hex | 2E | B4 | 4 | 4A | 0 | 62 | 1D | 6A | 60 | 24 |
| Octal | 56 | 264 | 4 | 112 | 0 | 142 | 35 | 152 | 140 | 44 |
| Binary | 101110 | 10110100 | 100 | 1001010 | 0 | 1100010 | 11101 | 1101010 | 1100000 | 100100 |
Color Harmonies of #2EB404
Complementary color
Monochromatic Colors of #2EB404
Black with #2EB404
Text Example
Text Example
White with #2EB404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB404; }
p { color: rgb(46,180,4); }
H1.HeaderClassName
{
color: #2EB404;
}
.AnyTagClassName
{
color: #2EB404;
}
</style>
background-color css
<style>
a { background-color: #2EB404; }
a { background-color: rgb(46,180,4); }
div.DivClassName
{
background-color: #2EB404;
}
.BgClassName
{
background-color: #2EB404;
}
</style>
border-color css
<style>
span { border-color: #2EB404; }
span { border-color: rgb(46,180,4); }
td.TdClassName
{
border-color: #2EB404;
}
.TagClassName
{
border-color: #2EB404;
}
</style>