Shades of Shamrock #2CEA7E
Tints of Shamrock #2CEA7E
RGB
CMYK
RGB Variations
Color information
#2CEA7E (or 0x2CEA7E) is known color: Shamrock. HEX triplet: 2C, EA and 7E. RGB value is (44,234,126). Sum of RGB (Red+Green+Blue) = 44+234+126=404 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.89% from 404); Green value is 234 (91.80% from 255 or 57.92% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEA7E is #D31581. Grayscale: #A5A5A5. Windows color (decimal): -13833602 or 8317484. OLE color: 8317484.
HSL color Cylindrical-coordinate representation of color #2CEA7E: hue angle of 145.89º 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 #2CEA7E is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 126 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.08 |
| HSL | 145.89º | 0.82% | 0.55% | - |
| HSV(B) | 145.89º | 0.81% | 0.92% | - |
| XYZ | 34.23 | 60.89 | 29.69 | - |
| YUV | 164.88 | 106.05 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 126 | 0.81 | 0 | 0.46 | 0.08 | 145.89 | 0.82 | 0.55 |
| Hex | 2C | EA | 7E | 51 | 0 | 2E | 8 | 92 | 52 | 37 |
| Octal | 54 | 352 | 176 | 121 | 0 | 56 | 10 | 222 | 122 | 67 |
| Binary | 101100 | 11101010 | 1111110 | 1010001 | 0 | 101110 | 1000 | 10010010 | 1010010 | 110111 |
Color Harmonies of #2CEA7E
Complementary color
Monochromatic Colors of #2CEA7E
Black with #2CEA7E
Text Example
Text Example
White with #2CEA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA7E; }
p { color: rgb(44,234,126); }
H1.HeaderClassName
{
color: #2CEA7E;
}
.AnyTagClassName
{
color: #2CEA7E;
}
</style>
background-color css
<style>
a { background-color: #2CEA7E; }
a { background-color: rgb(44,234,126); }
div.DivClassName
{
background-color: #2CEA7E;
}
.BgClassName
{
background-color: #2CEA7E;
}
</style>
border-color css
<style>
span { border-color: #2CEA7E; }
span { border-color: rgb(44,234,126); }
td.TdClassName
{
border-color: #2CEA7E;
}
.TagClassName
{
border-color: #2CEA7E;
}
</style>