Shades of Kelly Green #2EA201
Tints of Kelly Green #2EA201
RGB
CMYK
RGB Variations
Color information
#2EA201 (or 0x2EA201) is known color: Kelly Green. HEX triplet: 2E, A2 and 01. RGB value is (46,162,1). Sum of RGB (Red+Green+Blue) = 46+162+1=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 162 (63.67% from 255 or 77.51% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA201 is #D15DFE. Grayscale: #6D6D6D. Windows color (decimal): -13721087 or 107054. OLE color: 107054.
HSL color Cylindrical-coordinate representation of color #2EA201: hue angle of 103.23º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EA201 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 162 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.36 |
| HSL | 103.23º | 0.99% | 0.32% | - |
| HSV(B) | 103.23º | 0.99% | 0.64% | - |
| XYZ | 14.05 | 26.42 | 4.39 | - |
| YUV | 108.96 | 67.07 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 162 | 1 | 0.72 | 0 | 0.99 | 0.36 | 103.23 | 0.99 | 0.32 |
| Hex | 2E | A2 | 1 | 48 | 0 | 63 | 24 | 67 | 63 | 20 |
| Octal | 56 | 242 | 1 | 110 | 0 | 143 | 44 | 147 | 143 | 40 |
| Binary | 101110 | 10100010 | 1 | 1001000 | 0 | 1100011 | 100100 | 1100111 | 1100011 | 100000 |
Color Harmonies of #2EA201
Complementary color
Monochromatic Colors of #2EA201
Black with #2EA201
Text Example
Text Example
White with #2EA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA201; }
p { color: rgb(46,162,1); }
H1.HeaderClassName
{
color: #2EA201;
}
.AnyTagClassName
{
color: #2EA201;
}
</style>
background-color css
<style>
a { background-color: #2EA201; }
a { background-color: rgb(46,162,1); }
div.DivClassName
{
background-color: #2EA201;
}
.BgClassName
{
background-color: #2EA201;
}
</style>
border-color css
<style>
span { border-color: #2EA201; }
span { border-color: rgb(46,162,1); }
td.TdClassName
{
border-color: #2EA201;
}
.TagClassName
{
border-color: #2EA201;
}
</style>