Shades of Shamrock #2EEE80
Tints of Shamrock #2EEE80
RGB
CMYK
RGB Variations
Color information
#2EEE80 (or 0x2EEE80) is known color: Shamrock. HEX triplet: 2E, EE and 80. RGB value is (46,238,128). Sum of RGB (Red+Green+Blue) = 46+238+128=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 238 (93.36% from 255 or 57.77% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEE80 is #D1117F. Grayscale: #A8A8A8. Windows color (decimal): -13701504 or 8449582. OLE color: 8449582.
HSL color Cylindrical-coordinate representation of color #2EEE80: hue angle of 145.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE80 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 128 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.07 |
| HSL | 145.63º | 0.85% | 0.56% | - |
| HSV(B) | 145.63º | 0.81% | 0.93% | - |
| XYZ | 35.6 | 63.29 | 30.76 | - |
| YUV | 168.05 | 105.39 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 128 | 0.81 | 0 | 0.46 | 0.07 | 145.63 | 0.85 | 0.56 |
| Hex | 2E | EE | 80 | 51 | 0 | 2E | 7 | 92 | 55 | 38 |
| Octal | 56 | 356 | 200 | 121 | 0 | 56 | 7 | 222 | 125 | 70 |
| Binary | 101110 | 11101110 | 10000000 | 1010001 | 0 | 101110 | 111 | 10010010 | 1010101 | 111000 |
Color Harmonies of #2EEE80
Complementary color
Monochromatic Colors of #2EEE80
Black with #2EEE80
Text Example
Text Example
White with #2EEE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE80; }
p { color: rgb(46,238,128); }
H1.HeaderClassName
{
color: #2EEE80;
}
.AnyTagClassName
{
color: #2EEE80;
}
</style>
background-color css
<style>
a { background-color: #2EEE80; }
a { background-color: rgb(46,238,128); }
div.DivClassName
{
background-color: #2EEE80;
}
.BgClassName
{
background-color: #2EEE80;
}
</style>
border-color css
<style>
span { border-color: #2EEE80; }
span { border-color: rgb(46,238,128); }
td.TdClassName
{
border-color: #2EEE80;
}
.TagClassName
{
border-color: #2EEE80;
}
</style>