Shades of Kelly Green #2EAF01
Tints of Kelly Green #2EAF01
RGB
CMYK
RGB Variations
Color information
#2EAF01 (or 0x2EAF01) is known color: Kelly Green. HEX triplet: 2E, AF and 01. RGB value is (46,175,1). Sum of RGB (Red+Green+Blue) = 46+175+1=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 175 (68.75% from 255 or 78.83% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAF01 is #D150FE. Grayscale: #757575. Windows color (decimal): -13717759 or 110382. OLE color: 110382.
HSL color Cylindrical-coordinate representation of color #2EAF01: hue angle of 104.48º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EAF01 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.31 |
| HSL | 104.48º | 0.99% | 0.35% | - |
| HSV(B) | 104.48º | 0.99% | 0.69% | - |
| XYZ | 16.46 | 31.24 | 5.19 | - |
| YUV | 116.59 | 62.76 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 1 | 0.74 | 0 | 0.99 | 0.31 | 104.48 | 0.99 | 0.35 |
| Hex | 2E | AF | 1 | 4A | 0 | 63 | 1F | 68 | 63 | 23 |
| Octal | 56 | 257 | 1 | 112 | 0 | 143 | 37 | 150 | 143 | 43 |
| Binary | 101110 | 10101111 | 1 | 1001010 | 0 | 1100011 | 11111 | 1101000 | 1100011 | 100011 |
Color Harmonies of #2EAF01
Complementary color
Monochromatic Colors of #2EAF01
Black with #2EAF01
Text Example
Text Example
White with #2EAF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAF01; }
p { color: rgb(46,175,1); }
H1.HeaderClassName
{
color: #2EAF01;
}
.AnyTagClassName
{
color: #2EAF01;
}
</style>
background-color css
<style>
a { background-color: #2EAF01; }
a { background-color: rgb(46,175,1); }
div.DivClassName
{
background-color: #2EAF01;
}
.BgClassName
{
background-color: #2EAF01;
}
</style>
border-color css
<style>
span { border-color: #2EAF01; }
span { border-color: rgb(46,175,1); }
td.TdClassName
{
border-color: #2EAF01;
}
.TagClassName
{
border-color: #2EAF01;
}
</style>