Shades of Shamrock #2CE394
Tints of Shamrock #2CE394
RGB
CMYK
RGB Variations
Color information
#2CE394 (or 0x2CE394) is known color: Shamrock. HEX triplet: 2C, E3 and 94. RGB value is (44,227,148). Sum of RGB (Red+Green+Blue) = 44+227+148=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE394 is #D31C6B. Grayscale: #A3A3A3. Windows color (decimal): -13835372 or 9757484. OLE color: 9757484.
HSL color Cylindrical-coordinate representation of color #2CE394: hue angle of 154.1º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE394 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 227 | 148 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.11 |
| HSL | 154.1º | 0.77% | 0.53% | - |
| HSV(B) | 154.1º | 0.81% | 0.89% | - |
| XYZ | 33.85 | 57.61 | 37.35 | - |
| YUV | 163.28 | 119.37 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 227 | 148 | 0.81 | 0 | 0.35 | 0.11 | 154.1 | 0.77 | 0.53 |
| Hex | 2C | E3 | 94 | 51 | 0 | 23 | B | 9A | 4D | 35 |
| Octal | 54 | 343 | 224 | 121 | 0 | 43 | 13 | 232 | 115 | 65 |
| Binary | 101100 | 11100011 | 10010100 | 1010001 | 0 | 100011 | 1011 | 10011010 | 1001101 | 110101 |
Color Harmonies of #2CE394
Complementary color
Monochromatic Colors of #2CE394
Black with #2CE394
Text Example
Text Example
White with #2CE394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE394; }
p { color: rgb(44,227,148); }
H1.HeaderClassName
{
color: #2CE394;
}
.AnyTagClassName
{
color: #2CE394;
}
</style>
background-color css
<style>
a { background-color: #2CE394; }
a { background-color: rgb(44,227,148); }
div.DivClassName
{
background-color: #2CE394;
}
.BgClassName
{
background-color: #2CE394;
}
</style>
border-color css
<style>
span { border-color: #2CE394; }
span { border-color: rgb(44,227,148); }
td.TdClassName
{
border-color: #2CE394;
}
.TagClassName
{
border-color: #2CE394;
}
</style>