Shades of Shamrock #2CEA7C
Tints of Shamrock #2CEA7C
RGB
CMYK
RGB Variations
Color information
#2CEA7C (or 0x2CEA7C) is known color: Shamrock. HEX triplet: 2C, EA and 7C. RGB value is (44,234,124). Sum of RGB (Red+Green+Blue) = 44+234+124=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 234 (91.80% from 255 or 58.21% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEA7C is #D31583. Grayscale: #A4A4A4. Windows color (decimal): -13833604 or 8186412. OLE color: 8186412.
HSL color Cylindrical-coordinate representation of color #2CEA7C: hue angle of 145.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA7C is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 124 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.08 |
| HSL | 145.26º | 0.82% | 0.55% | - |
| HSV(B) | 145.26º | 0.81% | 0.92% | - |
| XYZ | 34.1 | 60.84 | 29.01 | - |
| YUV | 164.65 | 105.05 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 124 | 0.81 | 0 | 0.47 | 0.08 | 145.26 | 0.82 | 0.55 |
| Hex | 2C | EA | 7C | 51 | 0 | 2F | 8 | 91 | 52 | 37 |
| Octal | 54 | 352 | 174 | 121 | 0 | 57 | 10 | 221 | 122 | 67 |
| Binary | 101100 | 11101010 | 1111100 | 1010001 | 0 | 101111 | 1000 | 10010001 | 1010010 | 110111 |
Color Harmonies of #2CEA7C
Complementary color
Monochromatic Colors of #2CEA7C
Black with #2CEA7C
Text Example
Text Example
White with #2CEA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA7C; }
p { color: rgb(44,234,124); }
H1.HeaderClassName
{
color: #2CEA7C;
}
.AnyTagClassName
{
color: #2CEA7C;
}
</style>
background-color css
<style>
a { background-color: #2CEA7C; }
a { background-color: rgb(44,234,124); }
div.DivClassName
{
background-color: #2CEA7C;
}
.BgClassName
{
background-color: #2CEA7C;
}
</style>
border-color css
<style>
span { border-color: #2CEA7C; }
span { border-color: rgb(44,234,124); }
td.TdClassName
{
border-color: #2CEA7C;
}
.TagClassName
{
border-color: #2CEA7C;
}
</style>