Shades of Shamrock #2EE090
Tints of Shamrock #2EE090
RGB
CMYK
RGB Variations
Color information
#2EE090 (or 0x2EE090) is known color: Shamrock. HEX triplet: 2E, E0 and 90. RGB value is (46,224,144). Sum of RGB (Red+Green+Blue) = 46+224+144=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE090 is #D11F6F. Grayscale: #A1A1A1. Windows color (decimal): -13705072 or 9494574. OLE color: 9494574.
HSL color Cylindrical-coordinate representation of color #2EE090: hue angle of 153.03º 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 #2EE090 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 144 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.12 |
| HSL | 153.03º | 0.74% | 0.53% | - |
| HSV(B) | 153.03º | 0.79% | 0.88% | - |
| XYZ | 32.82 | 55.91 | 35.45 | - |
| YUV | 161.66 | 118.03 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 144 | 0.79 | 0 | 0.36 | 0.12 | 153.03 | 0.74 | 0.53 |
| Hex | 2E | E0 | 90 | 4F | 0 | 24 | C | 99 | 4A | 35 |
| Octal | 56 | 340 | 220 | 117 | 0 | 44 | 14 | 231 | 112 | 65 |
| Binary | 101110 | 11100000 | 10010000 | 1001111 | 0 | 100100 | 1100 | 10011001 | 1001010 | 110101 |
Color Harmonies of #2EE090
Complementary color
Monochromatic Colors of #2EE090
Black with #2EE090
Text Example
Text Example
White with #2EE090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE090; }
p { color: rgb(46,224,144); }
H1.HeaderClassName
{
color: #2EE090;
}
.AnyTagClassName
{
color: #2EE090;
}
</style>
background-color css
<style>
a { background-color: #2EE090; }
a { background-color: rgb(46,224,144); }
div.DivClassName
{
background-color: #2EE090;
}
.BgClassName
{
background-color: #2EE090;
}
</style>
border-color css
<style>
span { border-color: #2EE090; }
span { border-color: rgb(46,224,144); }
td.TdClassName
{
border-color: #2EE090;
}
.TagClassName
{
border-color: #2EE090;
}
</style>