Shades of Kelly Green #2EB901
Tints of Kelly Green #2EB901
RGB
CMYK
RGB Variations
Color information
#2EB901 (or 0x2EB901) is known color: Kelly Green. HEX triplet: 2E, B9 and 01. RGB value is (46,185,1). Sum of RGB (Red+Green+Blue) = 46+185+1=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 185 (72.66% from 255 or 79.74% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB901 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB901 is #D146FE. Grayscale: #7B7B7B. Windows color (decimal): -13715199 or 112942. OLE color: 112942.
HSL color Cylindrical-coordinate representation of color #2EB901: hue angle of 105.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EB901 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.27 |
| HSL | 105.33º | 0.99% | 0.36% | - |
| HSV(B) | 105.33º | 0.99% | 0.73% | - |
| XYZ | 18.48 | 35.28 | 5.86 | - |
| YUV | 122.46 | 59.45 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 1 | 0.75 | 0 | 0.99 | 0.27 | 105.33 | 0.99 | 0.36 |
| Hex | 2E | B9 | 1 | 4B | 0 | 63 | 1B | 69 | 63 | 24 |
| Octal | 56 | 271 | 1 | 113 | 0 | 143 | 33 | 151 | 143 | 44 |
| Binary | 101110 | 10111001 | 1 | 1001011 | 0 | 1100011 | 11011 | 1101001 | 1100011 | 100100 |
Color Harmonies of #2EB901
Complementary color
Monochromatic Colors of #2EB901
Black with #2EB901
Text Example
Text Example
White with #2EB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB901; }
p { color: rgb(46,185,1); }
H1.HeaderClassName
{
color: #2EB901;
}
.AnyTagClassName
{
color: #2EB901;
}
</style>
background-color css
<style>
a { background-color: #2EB901; }
a { background-color: rgb(46,185,1); }
div.DivClassName
{
background-color: #2EB901;
}
.BgClassName
{
background-color: #2EB901;
}
</style>
border-color css
<style>
span { border-color: #2EB901; }
span { border-color: rgb(46,185,1); }
td.TdClassName
{
border-color: #2EB901;
}
.TagClassName
{
border-color: #2EB901;
}
</style>