Shades of Shamrock #2ECA81
Tints of Shamrock #2ECA81
RGB
CMYK
RGB Variations
Color information
#2ECA81 (or 0x2ECA81) is known color: Shamrock. HEX triplet: 2E, CA and 81. RGB value is (46,202,129). Sum of RGB (Red+Green+Blue) = 46+202+129=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECA81 is #D1357E. Grayscale: #939393. Windows color (decimal): -13710719 or 8505902. OLE color: 8505902.
HSL color Cylindrical-coordinate representation of color #2ECA81: hue angle of 151.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA81 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 129 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.21 |
| HSL | 151.92º | 0.63% | 0.49% | - |
| HSV(B) | 151.92º | 0.77% | 0.79% | - |
| XYZ | 26.21 | 44.41 | 27.96 | - |
| YUV | 147.03 | 117.82 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 129 | 0.77 | 0 | 0.36 | 0.21 | 151.92 | 0.63 | 0.49 |
| Hex | 2E | CA | 81 | 4D | 0 | 24 | 15 | 98 | 3F | 31 |
| Octal | 56 | 312 | 201 | 115 | 0 | 44 | 25 | 230 | 77 | 61 |
| Binary | 101110 | 11001010 | 10000001 | 1001101 | 0 | 100100 | 10101 | 10011000 | 111111 | 110001 |
Color Harmonies of #2ECA81
Complementary color
Monochromatic Colors of #2ECA81
Black with #2ECA81
Text Example
Text Example
White with #2ECA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA81; }
p { color: rgb(46,202,129); }
H1.HeaderClassName
{
color: #2ECA81;
}
.AnyTagClassName
{
color: #2ECA81;
}
</style>
background-color css
<style>
a { background-color: #2ECA81; }
a { background-color: rgb(46,202,129); }
div.DivClassName
{
background-color: #2ECA81;
}
.BgClassName
{
background-color: #2ECA81;
}
</style>
border-color css
<style>
span { border-color: #2ECA81; }
span { border-color: rgb(46,202,129); }
td.TdClassName
{
border-color: #2ECA81;
}
.TagClassName
{
border-color: #2ECA81;
}
</style>