Shades of Shamrock #2CE598
Tints of Shamrock #2CE598
RGB
CMYK
RGB Variations
Color information
#2CE598 (or 0x2CE598) is known color: Shamrock. HEX triplet: 2C, E5 and 98. RGB value is (44,229,152). Sum of RGB (Red+Green+Blue) = 44+229+152=425 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.35% from 425); Green value is 229 (89.84% from 255 or 53.88% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE598 is #D31A67. Grayscale: #A5A5A5. Windows color (decimal): -13834856 or 10020140. OLE color: 10020140.
HSL color Cylindrical-coordinate representation of color #2CE598: hue angle of 155.03º 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 #2CE598 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 152 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.10 |
| HSL | 155.03º | 0.78% | 0.54% | - |
| HSV(B) | 155.03º | 0.81% | 0.9% | - |
| XYZ | 34.73 | 58.84 | 39.23 | - |
| YUV | 164.91 | 120.71 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 152 | 0.81 | 0 | 0.34 | 0.10 | 155.03 | 0.78 | 0.54 |
| Hex | 2C | E5 | 98 | 51 | 0 | 22 | A | 9B | 4E | 36 |
| Octal | 54 | 345 | 230 | 121 | 0 | 42 | 12 | 233 | 116 | 66 |
| Binary | 101100 | 11100101 | 10011000 | 1010001 | 0 | 100010 | 1010 | 10011011 | 1001110 | 110110 |
Color Harmonies of #2CE598
Complementary color
Monochromatic Colors of #2CE598
Black with #2CE598
Text Example
Text Example
White with #2CE598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE598; }
p { color: rgb(44,229,152); }
H1.HeaderClassName
{
color: #2CE598;
}
.AnyTagClassName
{
color: #2CE598;
}
</style>
background-color css
<style>
a { background-color: #2CE598; }
a { background-color: rgb(44,229,152); }
div.DivClassName
{
background-color: #2CE598;
}
.BgClassName
{
background-color: #2CE598;
}
</style>
border-color css
<style>
span { border-color: #2CE598; }
span { border-color: rgb(44,229,152); }
td.TdClassName
{
border-color: #2CE598;
}
.TagClassName
{
border-color: #2CE598;
}
</style>