Shades of Shamrock #2EE09B
Tints of Shamrock #2EE09B
RGB
CMYK
RGB Variations
Color information
#2EE09B (or 0x2EE09B) is known color: Shamrock. HEX triplet: 2E, E0 and 9B. RGB value is (46,224,155). Sum of RGB (Red+Green+Blue) = 46+224+155=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE09B is #D11F64. Grayscale: #A3A3A3. Windows color (decimal): -13705061 or 10215470. OLE color: 10215470.
HSL color Cylindrical-coordinate representation of color #2EE09B: hue angle of 156.74º 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 #2EE09B is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 155 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.12 |
| HSL | 156.74º | 0.74% | 0.53% | - |
| HSV(B) | 156.74º | 0.79% | 0.88% | - |
| XYZ | 33.7 | 56.26 | 40.09 | - |
| YUV | 162.91 | 123.53 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 155 | 0.79 | 0 | 0.31 | 0.12 | 156.74 | 0.74 | 0.53 |
| Hex | 2E | E0 | 9B | 4F | 0 | 1F | C | 9D | 4A | 35 |
| Octal | 56 | 340 | 233 | 117 | 0 | 37 | 14 | 235 | 112 | 65 |
| Binary | 101110 | 11100000 | 10011011 | 1001111 | 0 | 11111 | 1100 | 10011101 | 1001010 | 110101 |
Color Harmonies of #2EE09B
Complementary color
Monochromatic Colors of #2EE09B
Black with #2EE09B
Text Example
Text Example
White with #2EE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE09B; }
p { color: rgb(46,224,155); }
H1.HeaderClassName
{
color: #2EE09B;
}
.AnyTagClassName
{
color: #2EE09B;
}
</style>
background-color css
<style>
a { background-color: #2EE09B; }
a { background-color: rgb(46,224,155); }
div.DivClassName
{
background-color: #2EE09B;
}
.BgClassName
{
background-color: #2EE09B;
}
</style>
border-color css
<style>
span { border-color: #2EE09B; }
span { border-color: rgb(46,224,155); }
td.TdClassName
{
border-color: #2EE09B;
}
.TagClassName
{
border-color: #2EE09B;
}
</style>