Shades of Shamrock #2CE291
Tints of Shamrock #2CE291
RGB
CMYK
RGB Variations
Color information
#2CE291 (or 0x2CE291) is known color: Shamrock. HEX triplet: 2C, E2 and 91. RGB value is (44,226,145). Sum of RGB (Red+Green+Blue) = 44+226+145=415 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.60% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE291 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE291 is #D31D6E. Grayscale: #A2A2A2. Windows color (decimal): -13835631 or 9560620. OLE color: 9560620.
HSL color Cylindrical-coordinate representation of color #2CE291: hue angle of 153.3º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE291 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 145 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.11 |
| HSL | 153.3º | 0.76% | 0.53% | - |
| HSV(B) | 153.3º | 0.81% | 0.89% | - |
| XYZ | 33.35 | 56.97 | 36.03 | - |
| YUV | 162.35 | 118.2 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 145 | 0.81 | 0 | 0.36 | 0.11 | 153.3 | 0.76 | 0.53 |
| Hex | 2C | E2 | 91 | 51 | 0 | 24 | B | 99 | 4C | 35 |
| Octal | 54 | 342 | 221 | 121 | 0 | 44 | 13 | 231 | 114 | 65 |
| Binary | 101100 | 11100010 | 10010001 | 1010001 | 0 | 100100 | 1011 | 10011001 | 1001100 | 110101 |
Color Harmonies of #2CE291
Complementary color
Monochromatic Colors of #2CE291
Black with #2CE291
Text Example
Text Example
White with #2CE291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE291; }
p { color: rgb(44,226,145); }
H1.HeaderClassName
{
color: #2CE291;
}
.AnyTagClassName
{
color: #2CE291;
}
</style>
background-color css
<style>
a { background-color: #2CE291; }
a { background-color: rgb(44,226,145); }
div.DivClassName
{
background-color: #2CE291;
}
.BgClassName
{
background-color: #2CE291;
}
</style>
border-color css
<style>
span { border-color: #2CE291; }
span { border-color: rgb(44,226,145); }
td.TdClassName
{
border-color: #2CE291;
}
.TagClassName
{
border-color: #2CE291;
}
</style>