Shades of Shamrock #2ECB99
Tints of Shamrock #2ECB99
RGB
CMYK
RGB Variations
Color information
#2ECB99 (or 0x2ECB99) is known color: Shamrock. HEX triplet: 2E, CB and 99. RGB value is (46,203,153). Sum of RGB (Red+Green+Blue) = 46+203+153=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECB99 is #D13466. Grayscale: #969696. Windows color (decimal): -13710439 or 10079022. OLE color: 10079022.
HSL color Cylindrical-coordinate representation of color #2ECB99: hue angle of 160.89º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECB99 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 153 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.20 |
| HSL | 160.89º | 0.63% | 0.49% | - |
| HSV(B) | 160.89º | 0.77% | 0.8% | - |
| XYZ | 28.23 | 45.59 | 37.45 | - |
| YUV | 150.36 | 129.49 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 153 | 0.77 | 0 | 0.25 | 0.20 | 160.89 | 0.63 | 0.49 |
| Hex | 2E | CB | 99 | 4D | 0 | 19 | 14 | A1 | 3F | 31 |
| Octal | 56 | 313 | 231 | 115 | 0 | 31 | 24 | 241 | 77 | 61 |
| Binary | 101110 | 11001011 | 10011001 | 1001101 | 0 | 11001 | 10100 | 10100001 | 111111 | 110001 |
Color Harmonies of #2ECB99
Complementary color
Monochromatic Colors of #2ECB99
Black with #2ECB99
Text Example
Text Example
White with #2ECB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB99; }
p { color: rgb(46,203,153); }
H1.HeaderClassName
{
color: #2ECB99;
}
.AnyTagClassName
{
color: #2ECB99;
}
</style>
background-color css
<style>
a { background-color: #2ECB99; }
a { background-color: rgb(46,203,153); }
div.DivClassName
{
background-color: #2ECB99;
}
.BgClassName
{
background-color: #2ECB99;
}
</style>
border-color css
<style>
span { border-color: #2ECB99; }
span { border-color: rgb(46,203,153); }
td.TdClassName
{
border-color: #2ECB99;
}
.TagClassName
{
border-color: #2ECB99;
}
</style>