Shades of Shamrock #2CEC80
Tints of Shamrock #2CEC80
RGB
CMYK
RGB Variations
Color information
#2CEC80 (or 0x2CEC80) is known color: Shamrock. HEX triplet: 2C, EC and 80. RGB value is (44,236,128). Sum of RGB (Red+Green+Blue) = 44+236+128=408 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.78% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEC80 is #D3137F. Grayscale: #A6A6A6. Windows color (decimal): -13833088 or 8449068. OLE color: 8449068.
HSL color Cylindrical-coordinate representation of color #2CEC80: hue angle of 146.25º 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 #2CEC80 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 128 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.07 |
| HSL | 146.25º | 0.83% | 0.55% | - |
| HSV(B) | 146.25º | 0.81% | 0.93% | - |
| XYZ | 34.93 | 62.08 | 30.56 | - |
| YUV | 166.28 | 106.39 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 128 | 0.81 | 0 | 0.46 | 0.07 | 146.25 | 0.83 | 0.55 |
| Hex | 2C | EC | 80 | 51 | 0 | 2E | 7 | 92 | 53 | 37 |
| Octal | 54 | 354 | 200 | 121 | 0 | 56 | 7 | 222 | 123 | 67 |
| Binary | 101100 | 11101100 | 10000000 | 1010001 | 0 | 101110 | 111 | 10010010 | 1010011 | 110111 |
Color Harmonies of #2CEC80
Complementary color
Monochromatic Colors of #2CEC80
Black with #2CEC80
Text Example
Text Example
White with #2CEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC80; }
p { color: rgb(44,236,128); }
H1.HeaderClassName
{
color: #2CEC80;
}
.AnyTagClassName
{
color: #2CEC80;
}
</style>
background-color css
<style>
a { background-color: #2CEC80; }
a { background-color: rgb(44,236,128); }
div.DivClassName
{
background-color: #2CEC80;
}
.BgClassName
{
background-color: #2CEC80;
}
</style>
border-color css
<style>
span { border-color: #2CEC80; }
span { border-color: rgb(44,236,128); }
td.TdClassName
{
border-color: #2CEC80;
}
.TagClassName
{
border-color: #2CEC80;
}
</style>