Shades of Shamrock #2EEA8F
Tints of Shamrock #2EEA8F
RGB
CMYK
RGB Variations
Color information
#2EEA8F (or 0x2EEA8F) is known color: Shamrock. HEX triplet: 2E, EA and 8F. RGB value is (46,234,143). Sum of RGB (Red+Green+Blue) = 46+234+143=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEA8F is #D11570. Grayscale: #A7A7A7. Windows color (decimal): -13702513 or 9431598. OLE color: 9431598.
HSL color Cylindrical-coordinate representation of color #2EEA8F: hue angle of 150.96º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA8F is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 143 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.08 |
| HSL | 150.96º | 0.82% | 0.55% | - |
| HSV(B) | 150.96º | 0.8% | 0.92% | - |
| XYZ | 35.51 | 61.41 | 35.97 | - |
| YUV | 167.41 | 114.22 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 143 | 0.80 | 0 | 0.39 | 0.08 | 150.96 | 0.82 | 0.55 |
| Hex | 2E | EA | 8F | 50 | 0 | 27 | 8 | 97 | 52 | 37 |
| Octal | 56 | 352 | 217 | 120 | 0 | 47 | 10 | 227 | 122 | 67 |
| Binary | 101110 | 11101010 | 10001111 | 1010000 | 0 | 100111 | 1000 | 10010111 | 1010010 | 110111 |
Color Harmonies of #2EEA8F
Complementary color
Monochromatic Colors of #2EEA8F
Black with #2EEA8F
Text Example
Text Example
White with #2EEA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA8F; }
p { color: rgb(46,234,143); }
H1.HeaderClassName
{
color: #2EEA8F;
}
.AnyTagClassName
{
color: #2EEA8F;
}
</style>
background-color css
<style>
a { background-color: #2EEA8F; }
a { background-color: rgb(46,234,143); }
div.DivClassName
{
background-color: #2EEA8F;
}
.BgClassName
{
background-color: #2EEA8F;
}
</style>
border-color css
<style>
span { border-color: #2EEA8F; }
span { border-color: rgb(46,234,143); }
td.TdClassName
{
border-color: #2EEA8F;
}
.TagClassName
{
border-color: #2EEA8F;
}
</style>