Shades of Shamrock #2EE88A
Tints of Shamrock #2EE88A
RGB
CMYK
RGB Variations
Color information
#2EE88A (or 0x2EE88A) is known color: Shamrock. HEX triplet: 2E, E8 and 8A. RGB value is (46,232,138). Sum of RGB (Red+Green+Blue) = 46+232+138=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 232 (91.02% from 255 or 55.77% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE88A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE88A is #D11775. Grayscale: #A5A5A5. Windows color (decimal): -13703030 or 9103406. OLE color: 9103406.
HSL color Cylindrical-coordinate representation of color #2EE88A: hue angle of 149.68º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE88A is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 138 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.09 |
| HSL | 149.68º | 0.8% | 0.55% | - |
| HSV(B) | 149.68º | 0.8% | 0.91% | - |
| XYZ | 34.57 | 60.13 | 33.83 | - |
| YUV | 165.67 | 112.38 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 138 | 0.80 | 0 | 0.41 | 0.09 | 149.68 | 0.8 | 0.55 |
| Hex | 2E | E8 | 8A | 50 | 0 | 29 | 9 | 96 | 50 | 37 |
| Octal | 56 | 350 | 212 | 120 | 0 | 51 | 11 | 226 | 120 | 67 |
| Binary | 101110 | 11101000 | 10001010 | 1010000 | 0 | 101001 | 1001 | 10010110 | 1010000 | 110111 |
Color Harmonies of #2EE88A
Complementary color
Monochromatic Colors of #2EE88A
Black with #2EE88A
Text Example
Text Example
White with #2EE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE88A; }
p { color: rgb(46,232,138); }
H1.HeaderClassName
{
color: #2EE88A;
}
.AnyTagClassName
{
color: #2EE88A;
}
</style>
background-color css
<style>
a { background-color: #2EE88A; }
a { background-color: rgb(46,232,138); }
div.DivClassName
{
background-color: #2EE88A;
}
.BgClassName
{
background-color: #2EE88A;
}
</style>
border-color css
<style>
span { border-color: #2EE88A; }
span { border-color: rgb(46,232,138); }
td.TdClassName
{
border-color: #2EE88A;
}
.TagClassName
{
border-color: #2EE88A;
}
</style>