Shades of Shamrock #2CEA80
Tints of Shamrock #2CEA80
RGB
CMYK
RGB Variations
Color information
#2CEA80 (or 0x2CEA80) is known color: Shamrock. HEX triplet: 2C, EA and 80. RGB value is (44,234,128). Sum of RGB (Red+Green+Blue) = 44+234+128=406 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.84% from 406); Green value is 234 (91.80% from 255 or 57.64% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEA80 is #D3157F. Grayscale: #A5A5A5. Windows color (decimal): -13833600 or 8448556. OLE color: 8448556.
HSL color Cylindrical-coordinate representation of color #2CEA80: hue angle of 146.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA80 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 128 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.08 |
| HSL | 146.53º | 0.82% | 0.55% | - |
| HSV(B) | 146.53º | 0.81% | 0.92% | - |
| XYZ | 34.36 | 60.94 | 30.37 | - |
| YUV | 165.11 | 107.05 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 128 | 0.81 | 0 | 0.45 | 0.08 | 146.53 | 0.82 | 0.55 |
| Hex | 2C | EA | 80 | 51 | 0 | 2D | 8 | 93 | 52 | 37 |
| Octal | 54 | 352 | 200 | 121 | 0 | 55 | 10 | 223 | 122 | 67 |
| Binary | 101100 | 11101010 | 10000000 | 1010001 | 0 | 101101 | 1000 | 10010011 | 1010010 | 110111 |
Color Harmonies of #2CEA80
Complementary color
Monochromatic Colors of #2CEA80
Black with #2CEA80
Text Example
Text Example
White with #2CEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA80; }
p { color: rgb(44,234,128); }
H1.HeaderClassName
{
color: #2CEA80;
}
.AnyTagClassName
{
color: #2CEA80;
}
</style>
background-color css
<style>
a { background-color: #2CEA80; }
a { background-color: rgb(44,234,128); }
div.DivClassName
{
background-color: #2CEA80;
}
.BgClassName
{
background-color: #2CEA80;
}
</style>
border-color css
<style>
span { border-color: #2CEA80; }
span { border-color: rgb(44,234,128); }
td.TdClassName
{
border-color: #2CEA80;
}
.TagClassName
{
border-color: #2CEA80;
}
</style>