Shades of Kelly Green #2EB700
Tints of Kelly Green #2EB700
RGB
CMYK
RGB Variations
Color information
#2EB700 (or 0x2EB700) is known color: Kelly Green. HEX triplet: 2E, B7 and 00. RGB value is (46,183,0). Sum of RGB (Red+Green+Blue) = 46+183+0=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 183 (71.88% from 255 or 79.91% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB700 is #D148FF. Grayscale: #797979. Windows color (decimal): -13715712 or 46894. OLE color: 46894.
HSL color Cylindrical-coordinate representation of color #2EB700: hue angle of 104.92º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EB700 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.28 |
| HSL | 104.92º | 1% | 0.36% | - |
| HSV(B) | 104.92º | 1% | 0.72% | - |
| XYZ | 18.06 | 34.45 | 5.7 | - |
| YUV | 121.18 | 59.61 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 0 | 0.75 | 0 | 1 | 0.28 | 104.92 | 1 | 0.36 |
| Hex | 2E | B7 | 0 | 4B | 0 | 64 | 1C | 69 | 64 | 24 |
| Octal | 56 | 267 | 0 | 113 | 0 | 144 | 34 | 151 | 144 | 44 |
| Binary | 101110 | 10110111 | 0 | 1001011 | 0 | 1100100 | 11100 | 1101001 | 1100100 | 100100 |
Color Harmonies of #2EB700
Complementary color
Monochromatic Colors of #2EB700
Black with #2EB700
Text Example
Text Example
White with #2EB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB700; }
p { color: rgb(46,183,0); }
H1.HeaderClassName
{
color: #2EB700;
}
.AnyTagClassName
{
color: #2EB700;
}
</style>
background-color css
<style>
a { background-color: #2EB700; }
a { background-color: rgb(46,183,0); }
div.DivClassName
{
background-color: #2EB700;
}
.BgClassName
{
background-color: #2EB700;
}
</style>
border-color css
<style>
span { border-color: #2EB700; }
span { border-color: rgb(46,183,0); }
td.TdClassName
{
border-color: #2EB700;
}
.TagClassName
{
border-color: #2EB700;
}
</style>