Shades of Shamrock #2EEE9C
Tints of Shamrock #2EEE9C
RGB
CMYK
RGB Variations
Color information
#2EEE9C (or 0x2EEE9C) is known color: Shamrock. HEX triplet: 2E, EE and 9C. RGB value is (46,238,156). Sum of RGB (Red+Green+Blue) = 46+238+156=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 238 (93.36% from 255 or 54.09% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEE9C is #D11163. Grayscale: #ABABAB. Windows color (decimal): -13701476 or 10284590. OLE color: 10284590.
HSL color Cylindrical-coordinate representation of color #2EEE9C: hue angle of 154.38º 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 #2EEE9C is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 156 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.07 |
| HSL | 154.38º | 0.85% | 0.56% | - |
| HSV(B) | 154.38º | 0.81% | 0.93% | - |
| XYZ | 37.7 | 64.13 | 41.84 | - |
| YUV | 171.24 | 119.39 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 156 | 0.81 | 0 | 0.34 | 0.07 | 154.38 | 0.85 | 0.56 |
| Hex | 2E | EE | 9C | 51 | 0 | 22 | 7 | 9A | 55 | 38 |
| Octal | 56 | 356 | 234 | 121 | 0 | 42 | 7 | 232 | 125 | 70 |
| Binary | 101110 | 11101110 | 10011100 | 1010001 | 0 | 100010 | 111 | 10011010 | 1010101 | 111000 |
Color Harmonies of #2EEE9C
Complementary color
Monochromatic Colors of #2EEE9C
Black with #2EEE9C
Text Example
Text Example
White with #2EEE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE9C; }
p { color: rgb(46,238,156); }
H1.HeaderClassName
{
color: #2EEE9C;
}
.AnyTagClassName
{
color: #2EEE9C;
}
</style>
background-color css
<style>
a { background-color: #2EEE9C; }
a { background-color: rgb(46,238,156); }
div.DivClassName
{
background-color: #2EEE9C;
}
.BgClassName
{
background-color: #2EEE9C;
}
</style>
border-color css
<style>
span { border-color: #2EEE9C; }
span { border-color: rgb(46,238,156); }
td.TdClassName
{
border-color: #2EEE9C;
}
.TagClassName
{
border-color: #2EEE9C;
}
</style>