Shades of Kelly Green #2EA102
Tints of Kelly Green #2EA102
RGB
CMYK
RGB Variations
Color information
#2EA102 (or 0x2EA102) is known color: Kelly Green. HEX triplet: 2E, A1 and 02. RGB value is (46,161,2). Sum of RGB (Red+Green+Blue) = 46+161+2=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 161 (63.28% from 255 or 77.03% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA102 is #D15EFD. Grayscale: #6D6D6D. Windows color (decimal): -13721342 or 172334. OLE color: 172334.
HSL color Cylindrical-coordinate representation of color #2EA102: hue angle of 103.4º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EA102 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 161 | 2 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.37 |
| HSL | 103.4º | 0.98% | 0.32% | - |
| HSV(B) | 103.4º | 0.99% | 0.63% | - |
| XYZ | 13.88 | 26.07 | 4.36 | - |
| YUV | 108.49 | 67.9 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 161 | 2 | 0.71 | 0 | 0.99 | 0.37 | 103.4 | 0.98 | 0.32 |
| Hex | 2E | A1 | 2 | 47 | 0 | 63 | 25 | 67 | 62 | 20 |
| Octal | 56 | 241 | 2 | 107 | 0 | 143 | 45 | 147 | 142 | 40 |
| Binary | 101110 | 10100001 | 10 | 1000111 | 0 | 1100011 | 100101 | 1100111 | 1100010 | 100000 |
Color Harmonies of #2EA102
Complementary color
Monochromatic Colors of #2EA102
Black with #2EA102
Text Example
Text Example
White with #2EA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA102; }
p { color: rgb(46,161,2); }
H1.HeaderClassName
{
color: #2EA102;
}
.AnyTagClassName
{
color: #2EA102;
}
</style>
background-color css
<style>
a { background-color: #2EA102; }
a { background-color: rgb(46,161,2); }
div.DivClassName
{
background-color: #2EA102;
}
.BgClassName
{
background-color: #2EA102;
}
</style>
border-color css
<style>
span { border-color: #2EA102; }
span { border-color: rgb(46,161,2); }
td.TdClassName
{
border-color: #2EA102;
}
.TagClassName
{
border-color: #2EA102;
}
</style>