Shades of Kelly Green #2EB512
Tints of Kelly Green #2EB512
RGB
CMYK
RGB Variations
Color information
#2EB512 (or 0x2EB512) is known color: Kelly Green. HEX triplet: 2E, B5 and 12. RGB value is (46,181,18). Sum of RGB (Red+Green+Blue) = 46+181+18=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 181 (71.09% from 255 or 73.88% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB512 is #D14AED. Grayscale: #7A7A7A. Windows color (decimal): -13716206 or 1226030. OLE color: 1226030.
HSL color Cylindrical-coordinate representation of color #2EB512: hue angle of 109.69º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EB512 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 18 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.29 |
| HSL | 109.69º | 0.82% | 0.39% | - |
| HSV(B) | 109.69º | 0.9% | 0.71% | - |
| XYZ | 17.76 | 33.67 | 6.14 | - |
| YUV | 122.05 | 69.27 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 18 | 0.75 | 0 | 0.90 | 0.29 | 109.69 | 0.82 | 0.39 |
| Hex | 2E | B5 | 12 | 4B | 0 | 5A | 1D | 6E | 52 | 27 |
| Octal | 56 | 265 | 22 | 113 | 0 | 132 | 35 | 156 | 122 | 47 |
| Binary | 101110 | 10110101 | 10010 | 1001011 | 0 | 1011010 | 11101 | 1101110 | 1010010 | 100111 |
Color Harmonies of #2EB512
Complementary color
Monochromatic Colors of #2EB512
Black with #2EB512
Text Example
Text Example
White with #2EB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB512; }
p { color: rgb(46,181,18); }
H1.HeaderClassName
{
color: #2EB512;
}
.AnyTagClassName
{
color: #2EB512;
}
</style>
background-color css
<style>
a { background-color: #2EB512; }
a { background-color: rgb(46,181,18); }
div.DivClassName
{
background-color: #2EB512;
}
.BgClassName
{
background-color: #2EB512;
}
</style>
border-color css
<style>
span { border-color: #2EB512; }
span { border-color: rgb(46,181,18); }
td.TdClassName
{
border-color: #2EB512;
}
.TagClassName
{
border-color: #2EB512;
}
</style>