Shades of Kelly Green #2EAF14
Tints of Kelly Green #2EAF14
RGB
CMYK
RGB Variations
Color information
#2EAF14 (or 0x2EAF14) is known color: Kelly Green. HEX triplet: 2E, AF and 14. RGB value is (46,175,20). Sum of RGB (Red+Green+Blue) = 46+175+20=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAF14 is #D150EB. Grayscale: #777777. Windows color (decimal): -13717740 or 1355566. OLE color: 1355566.
HSL color Cylindrical-coordinate representation of color #2EAF14: hue angle of 109.94º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EAF14 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 20 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.31 |
| HSL | 109.94º | 0.79% | 0.38% | - |
| HSV(B) | 109.94º | 0.89% | 0.69% | - |
| XYZ | 16.58 | 31.29 | 5.83 | - |
| YUV | 118.76 | 72.26 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 20 | 0.74 | 0 | 0.89 | 0.31 | 109.94 | 0.79 | 0.38 |
| Hex | 2E | AF | 14 | 4A | 0 | 59 | 1F | 6E | 4F | 26 |
| Octal | 56 | 257 | 24 | 112 | 0 | 131 | 37 | 156 | 117 | 46 |
| Binary | 101110 | 10101111 | 10100 | 1001010 | 0 | 1011001 | 11111 | 1101110 | 1001111 | 100110 |
Color Harmonies of #2EAF14
Complementary color
Monochromatic Colors of #2EAF14
Black with #2EAF14
Text Example
Text Example
White with #2EAF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF14; }
p { color: rgb(46,175,20); }
H1.HeaderClassName
{
color: #2EAF14;
}
.AnyTagClassName
{
color: #2EAF14;
}
</style>
background-color css
<style>
a { background-color: #2EAF14; }
a { background-color: rgb(46,175,20); }
div.DivClassName
{
background-color: #2EAF14;
}
.BgClassName
{
background-color: #2EAF14;
}
</style>
border-color css
<style>
span { border-color: #2EAF14; }
span { border-color: rgb(46,175,20); }
td.TdClassName
{
border-color: #2EAF14;
}
.TagClassName
{
border-color: #2EAF14;
}
</style>