Shades of Shamrock #2CE594
Tints of Shamrock #2CE594
RGB
CMYK
RGB Variations
Color information
#2CE594 (or 0x2CE594) is known color: Shamrock. HEX triplet: 2C, E5 and 94. RGB value is (44,229,148). Sum of RGB (Red+Green+Blue) = 44+229+148=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE594 is #D31A6B. Grayscale: #A4A4A4. Windows color (decimal): -13834860 or 9757996. OLE color: 9757996.
HSL color Cylindrical-coordinate representation of color #2CE594: hue angle of 153.73º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE594 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 148 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.10 |
| HSL | 153.73º | 0.78% | 0.54% | - |
| HSV(B) | 153.73º | 0.81% | 0.9% | - |
| XYZ | 34.4 | 58.71 | 37.54 | - |
| YUV | 164.45 | 118.71 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 148 | 0.81 | 0 | 0.35 | 0.10 | 153.73 | 0.78 | 0.54 |
| Hex | 2C | E5 | 94 | 51 | 0 | 23 | A | 9A | 4E | 36 |
| Octal | 54 | 345 | 224 | 121 | 0 | 43 | 12 | 232 | 116 | 66 |
| Binary | 101100 | 11100101 | 10010100 | 1010001 | 0 | 100011 | 1010 | 10011010 | 1001110 | 110110 |
Color Harmonies of #2CE594
Complementary color
Monochromatic Colors of #2CE594
Black with #2CE594
Text Example
Text Example
White with #2CE594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE594; }
p { color: rgb(44,229,148); }
H1.HeaderClassName
{
color: #2CE594;
}
.AnyTagClassName
{
color: #2CE594;
}
</style>
background-color css
<style>
a { background-color: #2CE594; }
a { background-color: rgb(44,229,148); }
div.DivClassName
{
background-color: #2CE594;
}
.BgClassName
{
background-color: #2CE594;
}
</style>
border-color css
<style>
span { border-color: #2CE594; }
span { border-color: rgb(44,229,148); }
td.TdClassName
{
border-color: #2CE594;
}
.TagClassName
{
border-color: #2CE594;
}
</style>