Shades of Shamrock #2EE099
Tints of Shamrock #2EE099
RGB
CMYK
RGB Variations
Color information
#2EE099 (or 0x2EE099) is known color: Shamrock. HEX triplet: 2E, E0 and 99. RGB value is (46,224,153). Sum of RGB (Red+Green+Blue) = 46+224+153=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE099 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE099 is #D11F66. Grayscale: #A2A2A2. Windows color (decimal): -13705063 or 10084398. OLE color: 10084398.
HSL color Cylindrical-coordinate representation of color #2EE099: hue angle of 156.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE099 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 153 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.12 |
| HSL | 156.07º | 0.74% | 0.53% | - |
| HSV(B) | 156.07º | 0.79% | 0.88% | - |
| XYZ | 33.53 | 56.19 | 39.22 | - |
| YUV | 162.68 | 122.53 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 153 | 0.79 | 0 | 0.32 | 0.12 | 156.07 | 0.74 | 0.53 |
| Hex | 2E | E0 | 99 | 4F | 0 | 20 | C | 9C | 4A | 35 |
| Octal | 56 | 340 | 231 | 117 | 0 | 40 | 14 | 234 | 112 | 65 |
| Binary | 101110 | 11100000 | 10011001 | 1001111 | 0 | 100000 | 1100 | 10011100 | 1001010 | 110101 |
Color Harmonies of #2EE099
Complementary color
Monochromatic Colors of #2EE099
Black with #2EE099
Text Example
Text Example
White with #2EE099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE099; }
p { color: rgb(46,224,153); }
H1.HeaderClassName
{
color: #2EE099;
}
.AnyTagClassName
{
color: #2EE099;
}
</style>
background-color css
<style>
a { background-color: #2EE099; }
a { background-color: rgb(46,224,153); }
div.DivClassName
{
background-color: #2EE099;
}
.BgClassName
{
background-color: #2EE099;
}
</style>
border-color css
<style>
span { border-color: #2EE099; }
span { border-color: rgb(46,224,153); }
td.TdClassName
{
border-color: #2EE099;
}
.TagClassName
{
border-color: #2EE099;
}
</style>