Shades of Shamrock #2CEBA0
Tints of Shamrock #2CEBA0
RGB
CMYK
RGB Variations
Color information
#2CEBA0 (or 0x2CEBA0) is known color: Shamrock. HEX triplet: 2C, EB and A0. RGB value is (44,235,160). Sum of RGB (Red+Green+Blue) = 44+235+160=439 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10.02% from 439); Green value is 235 (92.19% from 255 or 53.53% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEBA0 is #D3145F. Grayscale: #A9A9A9. Windows color (decimal): -13833312 or 10545964. OLE color: 10545964.
HSL color Cylindrical-coordinate representation of color #2CEBA0: hue angle of 156.44º degrees, saturation: 0.83, 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 #2CEBA0 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 160 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.08 |
| HSL | 156.44º | 0.83% | 0.55% | - |
| HSV(B) | 156.44º | 0.81% | 0.92% | - |
| XYZ | 37.09 | 62.49 | 43.36 | - |
| YUV | 169.34 | 122.72 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 160 | 0.81 | 0 | 0.32 | 0.08 | 156.44 | 0.83 | 0.55 |
| Hex | 2C | EB | A0 | 51 | 0 | 20 | 8 | 9C | 53 | 37 |
| Octal | 54 | 353 | 240 | 121 | 0 | 40 | 10 | 234 | 123 | 67 |
| Binary | 101100 | 11101011 | 10100000 | 1010001 | 0 | 100000 | 1000 | 10011100 | 1010011 | 110111 |
Color Harmonies of #2CEBA0
Complementary color
Monochromatic Colors of #2CEBA0
Black with #2CEBA0
Text Example
Text Example
White with #2CEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBA0; }
p { color: rgb(44,235,160); }
H1.HeaderClassName
{
color: #2CEBA0;
}
.AnyTagClassName
{
color: #2CEBA0;
}
</style>
background-color css
<style>
a { background-color: #2CEBA0; }
a { background-color: rgb(44,235,160); }
div.DivClassName
{
background-color: #2CEBA0;
}
.BgClassName
{
background-color: #2CEBA0;
}
</style>
border-color css
<style>
span { border-color: #2CEBA0; }
span { border-color: rgb(44,235,160); }
td.TdClassName
{
border-color: #2CEBA0;
}
.TagClassName
{
border-color: #2CEBA0;
}
</style>