Shades of Kelly Green #2EB319
Tints of Kelly Green #2EB319
RGB
CMYK
RGB Variations
Color information
#2EB319 (or 0x2EB319) is known color: Kelly Green. HEX triplet: 2E, B3 and 19. RGB value is (46,179,25). Sum of RGB (Red+Green+Blue) = 46+179+25=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB319 is #D14CE6. Grayscale: #7A7A7A. Windows color (decimal): -13716711 or 1684270. OLE color: 1684270.
HSL color Cylindrical-coordinate representation of color #2EB319: hue angle of 111.82º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EB319 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 25 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.30 |
| HSL | 111.82º | 0.75% | 0.4% | - |
| HSV(B) | 111.82º | 0.86% | 0.7% | - |
| XYZ | 17.42 | 32.89 | 6.35 | - |
| YUV | 121.68 | 73.44 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 25 | 0.74 | 0 | 0.86 | 0.30 | 111.82 | 0.75 | 0.4 |
| Hex | 2E | B3 | 19 | 4A | 0 | 56 | 1E | 70 | 4B | 28 |
| Octal | 56 | 263 | 31 | 112 | 0 | 126 | 36 | 160 | 113 | 50 |
| Binary | 101110 | 10110011 | 11001 | 1001010 | 0 | 1010110 | 11110 | 1110000 | 1001011 | 101000 |
Color Harmonies of #2EB319
Complementary color
Monochromatic Colors of #2EB319
Black with #2EB319
Text Example
Text Example
White with #2EB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB319; }
p { color: rgb(46,179,25); }
H1.HeaderClassName
{
color: #2EB319;
}
.AnyTagClassName
{
color: #2EB319;
}
</style>
background-color css
<style>
a { background-color: #2EB319; }
a { background-color: rgb(46,179,25); }
div.DivClassName
{
background-color: #2EB319;
}
.BgClassName
{
background-color: #2EB319;
}
</style>
border-color css
<style>
span { border-color: #2EB319; }
span { border-color: rgb(46,179,25); }
td.TdClassName
{
border-color: #2EB319;
}
.TagClassName
{
border-color: #2EB319;
}
</style>