Shades of Shamrock #2BC77F
Tints of Shamrock #2BC77F
RGB
CMYK
RGB Variations
Color information
#2BC77F (or 0x2BC77F) is known color: Shamrock. HEX triplet: 2B, C7 and 7F. RGB value is (43,199,127). Sum of RGB (Red+Green+Blue) = 43+199+127=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #2BC77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC77F is #D43880. Grayscale: #909090. Windows color (decimal): -13908097 or 8374059. OLE color: 8374059.
HSL color Cylindrical-coordinate representation of color #2BC77F: hue angle of 152.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC77F is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 199 | 127 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.22 |
| HSL | 152.31º | 0.64% | 0.47% | - |
| HSV(B) | 152.31º | 0.78% | 0.78% | - |
| XYZ | 25.25 | 42.89 | 27.03 | - |
| YUV | 144.15 | 118.32 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 127 | 0.78 | 0 | 0.36 | 0.22 | 152.31 | 0.64 | 0.47 |
| Hex | 2B | C7 | 7F | 4E | 0 | 24 | 16 | 98 | 40 | 2F |
| Octal | 53 | 307 | 177 | 116 | 0 | 44 | 26 | 230 | 100 | 57 |
| Binary | 101011 | 11000111 | 1111111 | 1001110 | 0 | 100100 | 10110 | 10011000 | 1000000 | 101111 |
Color Harmonies of #2BC77F
Complementary color
Monochromatic Colors of #2BC77F
Black with #2BC77F
Text Example
Text Example
White with #2BC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC77F; }
p { color: rgb(43,199,127); }
H1.HeaderClassName
{
color: #2BC77F;
}
.AnyTagClassName
{
color: #2BC77F;
}
</style>
background-color css
<style>
a { background-color: #2BC77F; }
a { background-color: rgb(43,199,127); }
div.DivClassName
{
background-color: #2BC77F;
}
.BgClassName
{
background-color: #2BC77F;
}
</style>
border-color css
<style>
span { border-color: #2BC77F; }
span { border-color: rgb(43,199,127); }
td.TdClassName
{
border-color: #2BC77F;
}
.TagClassName
{
border-color: #2BC77F;
}
</style>