Shades of Shamrock #2CE09E
Tints of Shamrock #2CE09E
RGB
CMYK
RGB Variations
Color information
#2CE09E (or 0x2CE09E) is known color: Shamrock. HEX triplet: 2C, E0 and 9E. RGB value is (44,224,158). Sum of RGB (Red+Green+Blue) = 44+224+158=426 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.33% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE09E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE09E is #D31F61. Grayscale: #A2A2A2. Windows color (decimal): -13836130 or 10412076. OLE color: 10412076.
HSL color Cylindrical-coordinate representation of color #2CE09E: hue angle of 158º 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 #2CE09E is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 158 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.12 |
| HSL | 158º | 0.74% | 0.53% | - |
| HSV(B) | 158º | 0.8% | 0.88% | - |
| XYZ | 33.87 | 56.32 | 41.43 | - |
| YUV | 162.66 | 125.37 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 158 | 0.80 | 0 | 0.29 | 0.12 | 158 | 0.74 | 0.53 |
| Hex | 2C | E0 | 9E | 50 | 0 | 1D | C | 9E | 4A | 35 |
| Octal | 54 | 340 | 236 | 120 | 0 | 35 | 14 | 236 | 112 | 65 |
| Binary | 101100 | 11100000 | 10011110 | 1010000 | 0 | 11101 | 1100 | 10011110 | 1001010 | 110101 |
Color Harmonies of #2CE09E
Complementary color
Monochromatic Colors of #2CE09E
Black with #2CE09E
Text Example
Text Example
White with #2CE09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE09E; }
p { color: rgb(44,224,158); }
H1.HeaderClassName
{
color: #2CE09E;
}
.AnyTagClassName
{
color: #2CE09E;
}
</style>
background-color css
<style>
a { background-color: #2CE09E; }
a { background-color: rgb(44,224,158); }
div.DivClassName
{
background-color: #2CE09E;
}
.BgClassName
{
background-color: #2CE09E;
}
</style>
border-color css
<style>
span { border-color: #2CE09E; }
span { border-color: rgb(44,224,158); }
td.TdClassName
{
border-color: #2CE09E;
}
.TagClassName
{
border-color: #2CE09E;
}
</style>