Shades of Shamrock #2CEB8C
Tints of Shamrock #2CEB8C
RGB
CMYK
RGB Variations
Color information
#2CEB8C (or 0x2CEB8C) is known color: Shamrock. HEX triplet: 2C, EB and 8C. RGB value is (44,235,140). Sum of RGB (Red+Green+Blue) = 44+235+140=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 235 (92.19% from 255 or 56.09% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEB8C is #D31473. Grayscale: #A7A7A7. Windows color (decimal): -13833332 or 9235244. OLE color: 9235244.
HSL color Cylindrical-coordinate representation of color #2CEB8C: hue angle of 150.16º degrees, saturation: 0.83, 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 #2CEB8C is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 140 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.08 |
| HSL | 150.16º | 0.83% | 0.55% | - |
| HSV(B) | 150.16º | 0.81% | 0.92% | - |
| XYZ | 35.48 | 61.85 | 34.88 | - |
| YUV | 167.06 | 112.72 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 140 | 0.81 | 0 | 0.40 | 0.08 | 150.16 | 0.83 | 0.55 |
| Hex | 2C | EB | 8C | 51 | 0 | 28 | 8 | 96 | 53 | 37 |
| Octal | 54 | 353 | 214 | 121 | 0 | 50 | 10 | 226 | 123 | 67 |
| Binary | 101100 | 11101011 | 10001100 | 1010001 | 0 | 101000 | 1000 | 10010110 | 1010011 | 110111 |
Color Harmonies of #2CEB8C
Complementary color
Monochromatic Colors of #2CEB8C
Black with #2CEB8C
Text Example
Text Example
White with #2CEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB8C; }
p { color: rgb(44,235,140); }
H1.HeaderClassName
{
color: #2CEB8C;
}
.AnyTagClassName
{
color: #2CEB8C;
}
</style>
background-color css
<style>
a { background-color: #2CEB8C; }
a { background-color: rgb(44,235,140); }
div.DivClassName
{
background-color: #2CEB8C;
}
.BgClassName
{
background-color: #2CEB8C;
}
</style>
border-color css
<style>
span { border-color: #2CEB8C; }
span { border-color: rgb(44,235,140); }
td.TdClassName
{
border-color: #2CEB8C;
}
.TagClassName
{
border-color: #2CEB8C;
}
</style>