Shades of Shamrock #2CE580
Tints of Shamrock #2CE580
RGB
CMYK
RGB Variations
Color information
#2CE580 (or 0x2CE580) is known color: Shamrock. HEX triplet: 2C, E5 and 80. RGB value is (44,229,128). Sum of RGB (Red+Green+Blue) = 44+229+128=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 229 (89.84% from 255 or 57.11% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE580 is #D31A7F. Grayscale: #A2A2A2. Windows color (decimal): -13834880 or 8447276. OLE color: 8447276.
HSL color Cylindrical-coordinate representation of color #2CE580: hue angle of 147.24º 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 #2CE580 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 128 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.10 |
| HSL | 147.24º | 0.78% | 0.54% | - |
| HSV(B) | 147.24º | 0.81% | 0.9% | - |
| XYZ | 32.95 | 58.13 | 29.91 | - |
| YUV | 162.17 | 108.71 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 128 | 0.81 | 0 | 0.44 | 0.10 | 147.24 | 0.78 | 0.54 |
| Hex | 2C | E5 | 80 | 51 | 0 | 2C | A | 93 | 4E | 36 |
| Octal | 54 | 345 | 200 | 121 | 0 | 54 | 12 | 223 | 116 | 66 |
| Binary | 101100 | 11100101 | 10000000 | 1010001 | 0 | 101100 | 1010 | 10010011 | 1001110 | 110110 |
Color Harmonies of #2CE580
Complementary color
Monochromatic Colors of #2CE580
Black with #2CE580
Text Example
Text Example
White with #2CE580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE580; }
p { color: rgb(44,229,128); }
H1.HeaderClassName
{
color: #2CE580;
}
.AnyTagClassName
{
color: #2CE580;
}
</style>
background-color css
<style>
a { background-color: #2CE580; }
a { background-color: rgb(44,229,128); }
div.DivClassName
{
background-color: #2CE580;
}
.BgClassName
{
background-color: #2CE580;
}
</style>
border-color css
<style>
span { border-color: #2CE580; }
span { border-color: rgb(44,229,128); }
td.TdClassName
{
border-color: #2CE580;
}
.TagClassName
{
border-color: #2CE580;
}
</style>