Shades of Shamrock #2CEB7D
Tints of Shamrock #2CEB7D
RGB
CMYK
RGB Variations
Color information
#2CEB7D (or 0x2CEB7D) is known color: Shamrock. HEX triplet: 2C, EB and 7D. RGB value is (44,235,125). Sum of RGB (Red+Green+Blue) = 44+235+125=404 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.89% from 404); Green value is 235 (92.19% from 255 or 58.17% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEB7D is #D31482. Grayscale: #A5A5A5. Windows color (decimal): -13833347 or 8252204. OLE color: 8252204.
HSL color Cylindrical-coordinate representation of color #2CEB7D: hue angle of 145.45º 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 #2CEB7D is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 125 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.08 |
| HSL | 145.45º | 0.83% | 0.55% | - |
| HSV(B) | 145.45º | 0.81% | 0.92% | - |
| XYZ | 34.45 | 61.43 | 29.44 | - |
| YUV | 165.35 | 105.22 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 125 | 0.81 | 0 | 0.47 | 0.08 | 145.45 | 0.83 | 0.55 |
| Hex | 2C | EB | 7D | 51 | 0 | 2F | 8 | 91 | 53 | 37 |
| Octal | 54 | 353 | 175 | 121 | 0 | 57 | 10 | 221 | 123 | 67 |
| Binary | 101100 | 11101011 | 1111101 | 1010001 | 0 | 101111 | 1000 | 10010001 | 1010011 | 110111 |
Color Harmonies of #2CEB7D
Complementary color
Monochromatic Colors of #2CEB7D
Black with #2CEB7D
Text Example
Text Example
White with #2CEB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB7D; }
p { color: rgb(44,235,125); }
H1.HeaderClassName
{
color: #2CEB7D;
}
.AnyTagClassName
{
color: #2CEB7D;
}
</style>
background-color css
<style>
a { background-color: #2CEB7D; }
a { background-color: rgb(44,235,125); }
div.DivClassName
{
background-color: #2CEB7D;
}
.BgClassName
{
background-color: #2CEB7D;
}
</style>
border-color css
<style>
span { border-color: #2CEB7D; }
span { border-color: rgb(44,235,125); }
td.TdClassName
{
border-color: #2CEB7D;
}
.TagClassName
{
border-color: #2CEB7D;
}
</style>