Shades of Kelly Green #2EB304
Tints of Kelly Green #2EB304
RGB
CMYK
RGB Variations
Color information
#2EB304 (or 0x2EB304) is known color: Kelly Green. HEX triplet: 2E, B3 and 04. RGB value is (46,179,4). Sum of RGB (Red+Green+Blue) = 46+179+4=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 179 (70.31% from 255 or 78.17% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB304 is #D14CFB. Grayscale: #777777. Windows color (decimal): -13716732 or 308014. OLE color: 308014.
HSL color Cylindrical-coordinate representation of color #2EB304: hue angle of 105.6º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EB304 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.30 |
| HSL | 105.6º | 0.96% | 0.36% | - |
| HSV(B) | 105.6º | 0.98% | 0.7% | - |
| XYZ | 17.27 | 32.83 | 5.54 | - |
| YUV | 119.28 | 62.94 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 4 | 0.74 | 0 | 0.98 | 0.30 | 105.6 | 0.96 | 0.36 |
| Hex | 2E | B3 | 4 | 4A | 0 | 62 | 1E | 6A | 60 | 24 |
| Octal | 56 | 263 | 4 | 112 | 0 | 142 | 36 | 152 | 140 | 44 |
| Binary | 101110 | 10110011 | 100 | 1001010 | 0 | 1100010 | 11110 | 1101010 | 1100000 | 100100 |
Color Harmonies of #2EB304
Complementary color
Monochromatic Colors of #2EB304
Black with #2EB304
Text Example
Text Example
White with #2EB304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB304; }
p { color: rgb(46,179,4); }
H1.HeaderClassName
{
color: #2EB304;
}
.AnyTagClassName
{
color: #2EB304;
}
</style>
background-color css
<style>
a { background-color: #2EB304; }
a { background-color: rgb(46,179,4); }
div.DivClassName
{
background-color: #2EB304;
}
.BgClassName
{
background-color: #2EB304;
}
</style>
border-color css
<style>
span { border-color: #2EB304; }
span { border-color: rgb(46,179,4); }
td.TdClassName
{
border-color: #2EB304;
}
.TagClassName
{
border-color: #2EB304;
}
</style>