Shades of Shamrock #2CEC96
Tints of Shamrock #2CEC96
RGB
CMYK
RGB Variations
Color information
#2CEC96 (or 0x2CEC96) is known color: Shamrock. HEX triplet: 2C, EC and 96. RGB value is (44,236,150). Sum of RGB (Red+Green+Blue) = 44+236+150=430 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.23% from 430); Green value is 236 (92.58% from 255 or 54.88% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEC96 is #D31369. Grayscale: #A8A8A8. Windows color (decimal): -13833066 or 9890860. OLE color: 9890860.
HSL color Cylindrical-coordinate representation of color #2CEC96: hue angle of 153.12º 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 #2CEC96 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 150 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.07 |
| HSL | 153.13º | 0.83% | 0.55% | - |
| HSV(B) | 153.13º | 0.81% | 0.93% | - |
| XYZ | 36.54 | 62.73 | 39.04 | - |
| YUV | 168.79 | 117.39 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 150 | 0.81 | 0 | 0.36 | 0.07 | 153.13 | 0.83 | 0.55 |
| Hex | 2C | EC | 96 | 51 | 0 | 24 | 7 | 99 | 53 | 37 |
| Octal | 54 | 354 | 226 | 121 | 0 | 44 | 7 | 231 | 123 | 67 |
| Binary | 101100 | 11101100 | 10010110 | 1010001 | 0 | 100100 | 111 | 10011001 | 1010011 | 110111 |
Color Harmonies of #2CEC96
Complementary color
Monochromatic Colors of #2CEC96
Black with #2CEC96
Text Example
Text Example
White with #2CEC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC96; }
p { color: rgb(44,236,150); }
H1.HeaderClassName
{
color: #2CEC96;
}
.AnyTagClassName
{
color: #2CEC96;
}
</style>
background-color css
<style>
a { background-color: #2CEC96; }
a { background-color: rgb(44,236,150); }
div.DivClassName
{
background-color: #2CEC96;
}
.BgClassName
{
background-color: #2CEC96;
}
</style>
border-color css
<style>
span { border-color: #2CEC96; }
span { border-color: rgb(44,236,150); }
td.TdClassName
{
border-color: #2CEC96;
}
.TagClassName
{
border-color: #2CEC96;
}
</style>