Shades of Shamrock #2CE990
Tints of Shamrock #2CE990
RGB
CMYK
RGB Variations
Color information
#2CE990 (or 0x2CE990) is known color: Shamrock. HEX triplet: 2C, E9 and 90. RGB value is (44,233,144). Sum of RGB (Red+Green+Blue) = 44+233+144=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 233 (91.41% from 255 or 55.34% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE990 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CE990 is #D3166F. Grayscale: #A6A6A6. Windows color (decimal): -13833840 or 9496876. OLE color: 9496876.
HSL color Cylindrical-coordinate representation of color #2CE990: hue angle of 151.75º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE990 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 144 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.09 |
| HSL | 151.75º | 0.81% | 0.54% | - |
| HSV(B) | 151.75º | 0.81% | 0.91% | - |
| XYZ | 35.21 | 60.83 | 36.27 | - |
| YUV | 166.34 | 115.38 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 144 | 0.81 | 0 | 0.38 | 0.09 | 151.75 | 0.81 | 0.54 |
| Hex | 2C | E9 | 90 | 51 | 0 | 26 | 9 | 98 | 51 | 36 |
| Octal | 54 | 351 | 220 | 121 | 0 | 46 | 11 | 230 | 121 | 66 |
| Binary | 101100 | 11101001 | 10010000 | 1010001 | 0 | 100110 | 1001 | 10011000 | 1010001 | 110110 |
Color Harmonies of #2CE990
Complementary color
Monochromatic Colors of #2CE990
Black with #2CE990
Text Example
Text Example
White with #2CE990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE990; }
p { color: rgb(44,233,144); }
H1.HeaderClassName
{
color: #2CE990;
}
.AnyTagClassName
{
color: #2CE990;
}
</style>
background-color css
<style>
a { background-color: #2CE990; }
a { background-color: rgb(44,233,144); }
div.DivClassName
{
background-color: #2CE990;
}
.BgClassName
{
background-color: #2CE990;
}
</style>
border-color css
<style>
span { border-color: #2CE990; }
span { border-color: rgb(44,233,144); }
td.TdClassName
{
border-color: #2CE990;
}
.TagClassName
{
border-color: #2CE990;
}
</style>