Shades of Shamrock #2CE097
Tints of Shamrock #2CE097
RGB
CMYK
RGB Variations
Color information
#2CE097 (or 0x2CE097) is known color: Shamrock. HEX triplet: 2C, E0 and 97. RGB value is (44,224,151). Sum of RGB (Red+Green+Blue) = 44+224+151=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE097 is #D31F68. Grayscale: #A1A1A1. Windows color (decimal): -13836137 or 9953324. OLE color: 9953324.
HSL color Cylindrical-coordinate representation of color #2CE097: hue angle of 155.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE097 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 151 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.12 |
| HSL | 155.67º | 0.74% | 0.53% | - |
| HSV(B) | 155.67º | 0.8% | 0.88% | - |
| XYZ | 33.28 | 56.08 | 38.35 | - |
| YUV | 161.86 | 121.87 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 151 | 0.80 | 0 | 0.33 | 0.12 | 155.67 | 0.74 | 0.53 |
| Hex | 2C | E0 | 97 | 50 | 0 | 21 | C | 9C | 4A | 35 |
| Octal | 54 | 340 | 227 | 120 | 0 | 41 | 14 | 234 | 112 | 65 |
| Binary | 101100 | 11100000 | 10010111 | 1010000 | 0 | 100001 | 1100 | 10011100 | 1001010 | 110101 |
Color Harmonies of #2CE097
Complementary color
Monochromatic Colors of #2CE097
Black with #2CE097
Text Example
Text Example
White with #2CE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE097; }
p { color: rgb(44,224,151); }
H1.HeaderClassName
{
color: #2CE097;
}
.AnyTagClassName
{
color: #2CE097;
}
</style>
background-color css
<style>
a { background-color: #2CE097; }
a { background-color: rgb(44,224,151); }
div.DivClassName
{
background-color: #2CE097;
}
.BgClassName
{
background-color: #2CE097;
}
</style>
border-color css
<style>
span { border-color: #2CE097; }
span { border-color: rgb(44,224,151); }
td.TdClassName
{
border-color: #2CE097;
}
.TagClassName
{
border-color: #2CE097;
}
</style>