Shades of Shamrock #2CEA8E
Tints of Shamrock #2CEA8E
RGB
CMYK
RGB Variations
Color information
#2CEA8E (or 0x2CEA8E) is known color: Shamrock. HEX triplet: 2C, EA and 8E. RGB value is (44,234,142). Sum of RGB (Red+Green+Blue) = 44+234+142=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 234 (91.80% from 255 or 55.71% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEA8E is #D31571. Grayscale: #A6A6A6. Windows color (decimal): -13833586 or 9366060. OLE color: 9366060.
HSL color Cylindrical-coordinate representation of color #2CEA8E: hue angle of 150.95º 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 #2CEA8E is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 142 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.08 |
| HSL | 150.95º | 0.82% | 0.55% | - |
| HSV(B) | 150.95º | 0.81% | 0.92% | - |
| XYZ | 35.34 | 61.33 | 35.57 | - |
| YUV | 166.7 | 114.05 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 142 | 0.81 | 0 | 0.39 | 0.08 | 150.95 | 0.82 | 0.55 |
| Hex | 2C | EA | 8E | 51 | 0 | 27 | 8 | 97 | 52 | 37 |
| Octal | 54 | 352 | 216 | 121 | 0 | 47 | 10 | 227 | 122 | 67 |
| Binary | 101100 | 11101010 | 10001110 | 1010001 | 0 | 100111 | 1000 | 10010111 | 1010010 | 110111 |
Color Harmonies of #2CEA8E
Complementary color
Monochromatic Colors of #2CEA8E
Black with #2CEA8E
Text Example
Text Example
White with #2CEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA8E; }
p { color: rgb(44,234,142); }
H1.HeaderClassName
{
color: #2CEA8E;
}
.AnyTagClassName
{
color: #2CEA8E;
}
</style>
background-color css
<style>
a { background-color: #2CEA8E; }
a { background-color: rgb(44,234,142); }
div.DivClassName
{
background-color: #2CEA8E;
}
.BgClassName
{
background-color: #2CEA8E;
}
</style>
border-color css
<style>
span { border-color: #2CEA8E; }
span { border-color: rgb(44,234,142); }
td.TdClassName
{
border-color: #2CEA8E;
}
.TagClassName
{
border-color: #2CEA8E;
}
</style>