Shades of Kelly Green #2EAF1D
Tints of Kelly Green #2EAF1D
RGB
CMYK
RGB Variations
Color information
#2EAF1D (or 0x2EAF1D) is known color: Kelly Green. HEX triplet: 2E, AF and 1D. RGB value is (46,175,29). Sum of RGB (Red+Green+Blue) = 46+175+29=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAF1D is #D150E2. Grayscale: #787878. Windows color (decimal): -13717731 or 1945390. OLE color: 1945390.
HSL color Cylindrical-coordinate representation of color #2EAF1D: hue angle of 113.01º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EAF1D is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 29 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.31 |
| HSL | 113.01º | 0.72% | 0.4% | - |
| HSV(B) | 113.01º | 0.83% | 0.69% | - |
| XYZ | 16.68 | 31.33 | 6.33 | - |
| YUV | 119.79 | 76.76 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 29 | 0.74 | 0 | 0.83 | 0.31 | 113.01 | 0.72 | 0.4 |
| Hex | 2E | AF | 1D | 4A | 0 | 53 | 1F | 71 | 48 | 28 |
| Octal | 56 | 257 | 35 | 112 | 0 | 123 | 37 | 161 | 110 | 50 |
| Binary | 101110 | 10101111 | 11101 | 1001010 | 0 | 1010011 | 11111 | 1110001 | 1001000 | 101000 |
Color Harmonies of #2EAF1D
Complementary color
Monochromatic Colors of #2EAF1D
Black with #2EAF1D
Text Example
Text Example
White with #2EAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF1D; }
p { color: rgb(46,175,29); }
H1.HeaderClassName
{
color: #2EAF1D;
}
.AnyTagClassName
{
color: #2EAF1D;
}
</style>
background-color css
<style>
a { background-color: #2EAF1D; }
a { background-color: rgb(46,175,29); }
div.DivClassName
{
background-color: #2EAF1D;
}
.BgClassName
{
background-color: #2EAF1D;
}
</style>
border-color css
<style>
span { border-color: #2EAF1D; }
span { border-color: rgb(46,175,29); }
td.TdClassName
{
border-color: #2EAF1D;
}
.TagClassName
{
border-color: #2EAF1D;
}
</style>