Shades of Shamrock #2ECB7E
Tints of Shamrock #2ECB7E
RGB
CMYK
RGB Variations
Color information
#2ECB7E (or 0x2ECB7E) is known color: Shamrock. HEX triplet: 2E, CB and 7E. RGB value is (46,203,126). Sum of RGB (Red+Green+Blue) = 46+203+126=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECB7E is #D13481. Grayscale: #939393. Windows color (decimal): -13710466 or 8309550. OLE color: 8309550.
HSL color Cylindrical-coordinate representation of color #2ECB7E: hue angle of 150.57º 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 #2ECB7E is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
RGB | 46 | 203 | 126 | - |
CMYK | 0.77 | 0 | 0.38 | 0.20 |
HSL | 150.57º | 0.63% | 0.49% | - |
HSV(B) | 150.57º | 0.77% | 0.8% | - |
XYZ | 26.25 | 44.8 | 27 | - |
YUV | 147.28 | 115.99 | 55.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 203 | 126 | 0.77 | 0 | 0.38 | 0.20 | 150.57 | 0.63 | 0.49 |
Hex | 2E | CB | 7E | 4D | 0 | 26 | 14 | 97 | 3F | 31 |
Octal | 56 | 313 | 176 | 115 | 0 | 46 | 24 | 227 | 77 | 61 |
Binary | 101110 | 11001011 | 1111110 | 1001101 | 0 | 100110 | 10100 | 10010111 | 111111 | 110001 |
Color Harmonies of #2ECB7E
Complementary color
Monochromatic Colors of #2ECB7E
Black with #2ECB7E
Text Example
Text Example
White with #2ECB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB7E; }
p { color: rgb(46,203,126); }
H1.HeaderClassName
{
color: #2ECB7E;
}
.AnyTagClassName
{
color: #2ECB7E;
}
</style>
background-color css
<style>
a { background-color: #2ECB7E; }
a { background-color: rgb(46,203,126); }
div.DivClassName
{
background-color: #2ECB7E;
}
.BgClassName
{
background-color: #2ECB7E;
}
</style>
border-color css
<style>
span { border-color: #2ECB7E; }
span { border-color: rgb(46,203,126); }
td.TdClassName
{
border-color: #2ECB7E;
}
.TagClassName
{
border-color: #2ECB7E;
}
</style>