Shades of Kelly Green #2EB70A
Tints of Kelly Green #2EB70A
RGB
CMYK
RGB Variations
Color information
#2EB70A (or 0x2EB70A) is known color: Kelly Green. HEX triplet: 2E, B7 and 0A. RGB value is (46,183,10). Sum of RGB (Red+Green+Blue) = 46+183+10=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 183 (71.88% from 255 or 76.57% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB70A is #D148F5. Grayscale: #7A7A7A. Windows color (decimal): -13715702 or 702254. OLE color: 702254.
HSL color Cylindrical-coordinate representation of color #2EB70A: hue angle of 107.51º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2EB70A is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 10 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.28 |
| HSL | 107.51º | 0.9% | 0.38% | - |
| HSV(B) | 107.51º | 0.95% | 0.72% | - |
| XYZ | 18.11 | 34.47 | 5.99 | - |
| YUV | 122.32 | 64.61 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 10 | 0.75 | 0 | 0.95 | 0.28 | 107.51 | 0.9 | 0.38 |
| Hex | 2E | B7 | A | 4B | 0 | 5F | 1C | 6C | 5A | 26 |
| Octal | 56 | 267 | 12 | 113 | 0 | 137 | 34 | 154 | 132 | 46 |
| Binary | 101110 | 10110111 | 1010 | 1001011 | 0 | 1011111 | 11100 | 1101100 | 1011010 | 100110 |
Color Harmonies of #2EB70A
Complementary color
Monochromatic Colors of #2EB70A
Black with #2EB70A
Text Example
Text Example
White with #2EB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB70A; }
p { color: rgb(46,183,10); }
H1.HeaderClassName
{
color: #2EB70A;
}
.AnyTagClassName
{
color: #2EB70A;
}
</style>
background-color css
<style>
a { background-color: #2EB70A; }
a { background-color: rgb(46,183,10); }
div.DivClassName
{
background-color: #2EB70A;
}
.BgClassName
{
background-color: #2EB70A;
}
</style>
border-color css
<style>
span { border-color: #2EB70A; }
span { border-color: rgb(46,183,10); }
td.TdClassName
{
border-color: #2EB70A;
}
.TagClassName
{
border-color: #2EB70A;
}
</style>