Shades of Shamrock #2DC77F
Tints of Shamrock #2DC77F
RGB
CMYK
RGB Variations
Color information
#2DC77F (or 0x2DC77F) is known color: Shamrock. HEX triplet: 2D, C7 and 7F. RGB value is (45,199,127). Sum of RGB (Red+Green+Blue) = 45+199+127=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC77F is #D23880. Grayscale: #909090. Windows color (decimal): -13777025 or 8374061. OLE color: 8374061.
HSL color Cylindrical-coordinate representation of color #2DC77F: hue angle of 151.95º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC77F is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 127 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.22 |
| HSL | 151.95º | 0.63% | 0.48% | - |
| HSV(B) | 151.95º | 0.77% | 0.78% | - |
| XYZ | 25.34 | 42.94 | 27.03 | - |
| YUV | 144.75 | 117.98 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 127 | 0.77 | 0 | 0.36 | 0.22 | 151.95 | 0.63 | 0.48 |
| Hex | 2D | C7 | 7F | 4D | 0 | 24 | 16 | 98 | 3F | 30 |
| Octal | 55 | 307 | 177 | 115 | 0 | 44 | 26 | 230 | 77 | 60 |
| Binary | 101101 | 11000111 | 1111111 | 1001101 | 0 | 100100 | 10110 | 10011000 | 111111 | 110000 |
Color Harmonies of #2DC77F
Complementary color
Monochromatic Colors of #2DC77F
Black with #2DC77F
Text Example
Text Example
White with #2DC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC77F; }
p { color: rgb(45,199,127); }
H1.HeaderClassName
{
color: #2DC77F;
}
.AnyTagClassName
{
color: #2DC77F;
}
</style>
background-color css
<style>
a { background-color: #2DC77F; }
a { background-color: rgb(45,199,127); }
div.DivClassName
{
background-color: #2DC77F;
}
.BgClassName
{
background-color: #2DC77F;
}
</style>
border-color css
<style>
span { border-color: #2DC77F; }
span { border-color: rgb(45,199,127); }
td.TdClassName
{
border-color: #2DC77F;
}
.TagClassName
{
border-color: #2DC77F;
}
</style>