Shades of Shamrock #2CEC91
Tints of Shamrock #2CEC91
RGB
CMYK
RGB Variations
Color information
#2CEC91 (or 0x2CEC91) is known color: Shamrock. HEX triplet: 2C, EC and 91. RGB value is (44,236,145). Sum of RGB (Red+Green+Blue) = 44+236+145=425 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.35% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEC91 is #D3136E. Grayscale: #A8A8A8. Windows color (decimal): -13833071 or 9563180. OLE color: 9563180.
HSL color Cylindrical-coordinate representation of color #2CEC91: hue angle of 151.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEC91 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 145 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.07 |
| HSL | 151.56º | 0.83% | 0.55% | - |
| HSV(B) | 151.56º | 0.81% | 0.93% | - |
| XYZ | 36.15 | 62.57 | 36.96 | - |
| YUV | 168.22 | 114.89 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 145 | 0.81 | 0 | 0.39 | 0.07 | 151.56 | 0.83 | 0.55 |
| Hex | 2C | EC | 91 | 51 | 0 | 27 | 7 | 98 | 53 | 37 |
| Octal | 54 | 354 | 221 | 121 | 0 | 47 | 7 | 230 | 123 | 67 |
| Binary | 101100 | 11101100 | 10010001 | 1010001 | 0 | 100111 | 111 | 10011000 | 1010011 | 110111 |
Color Harmonies of #2CEC91
Complementary color
Monochromatic Colors of #2CEC91
Black with #2CEC91
Text Example
Text Example
White with #2CEC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC91; }
p { color: rgb(44,236,145); }
H1.HeaderClassName
{
color: #2CEC91;
}
.AnyTagClassName
{
color: #2CEC91;
}
</style>
background-color css
<style>
a { background-color: #2CEC91; }
a { background-color: rgb(44,236,145); }
div.DivClassName
{
background-color: #2CEC91;
}
.BgClassName
{
background-color: #2CEC91;
}
</style>
border-color css
<style>
span { border-color: #2CEC91; }
span { border-color: rgb(44,236,145); }
td.TdClassName
{
border-color: #2CEC91;
}
.TagClassName
{
border-color: #2CEC91;
}
</style>