Shades of Shamrock #2CCD7D
Tints of Shamrock #2CCD7D
RGB
CMYK
RGB Variations
Color information
#2CCD7D (or 0x2CCD7D) is known color: Shamrock. HEX triplet: 2C, CD and 7D. RGB value is (44,205,125). Sum of RGB (Red+Green+Blue) = 44+205+125=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCD7D is #D33282. Grayscale: #939393. Windows color (decimal): -13841027 or 8244524. OLE color: 8244524.
HSL color Cylindrical-coordinate representation of color #2CCD7D: hue angle of 150.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCD7D is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 125 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.20 |
| HSL | 150.19º | 0.65% | 0.49% | - |
| HSV(B) | 150.19º | 0.79% | 0.8% | - |
| XYZ | 26.57 | 45.68 | 26.82 | - |
| YUV | 147.74 | 115.16 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 125 | 0.79 | 0 | 0.39 | 0.20 | 150.19 | 0.65 | 0.49 |
| Hex | 2C | CD | 7D | 4F | 0 | 27 | 14 | 96 | 41 | 31 |
| Octal | 54 | 315 | 175 | 117 | 0 | 47 | 24 | 226 | 101 | 61 |
| Binary | 101100 | 11001101 | 1111101 | 1001111 | 0 | 100111 | 10100 | 10010110 | 1000001 | 110001 |
Color Harmonies of #2CCD7D
Complementary color
Monochromatic Colors of #2CCD7D
Black with #2CCD7D
Text Example
Text Example
White with #2CCD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCD7D; }
p { color: rgb(44,205,125); }
H1.HeaderClassName
{
color: #2CCD7D;
}
.AnyTagClassName
{
color: #2CCD7D;
}
</style>
background-color css
<style>
a { background-color: #2CCD7D; }
a { background-color: rgb(44,205,125); }
div.DivClassName
{
background-color: #2CCD7D;
}
.BgClassName
{
background-color: #2CCD7D;
}
</style>
border-color css
<style>
span { border-color: #2CCD7D; }
span { border-color: rgb(44,205,125); }
td.TdClassName
{
border-color: #2CCD7D;
}
.TagClassName
{
border-color: #2CCD7D;
}
</style>