Shades of Shamrock #2BCE7D
Tints of Shamrock #2BCE7D
RGB
CMYK
RGB Variations
Color information
#2BCE7D (or 0x2BCE7D) is known color: Shamrock. HEX triplet: 2B, CE and 7D. RGB value is (43,206,125). Sum of RGB (Red+Green+Blue) = 43+206+125=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCE7D is #D43182. Grayscale: #949494. Windows color (decimal): -13906307 or 8244779. OLE color: 8244779.
HSL color Cylindrical-coordinate representation of color #2BCE7D: hue angle of 150.18º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE7D is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 125 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.19 |
| HSL | 150.18º | 0.65% | 0.49% | - |
| HSV(B) | 150.18º | 0.79% | 0.81% | - |
| XYZ | 26.77 | 46.14 | 26.9 | - |
| YUV | 148.03 | 115 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 125 | 0.79 | 0 | 0.39 | 0.19 | 150.18 | 0.65 | 0.49 |
| Hex | 2B | CE | 7D | 4F | 0 | 27 | 13 | 96 | 41 | 31 |
| Octal | 53 | 316 | 175 | 117 | 0 | 47 | 23 | 226 | 101 | 61 |
| Binary | 101011 | 11001110 | 1111101 | 1001111 | 0 | 100111 | 10011 | 10010110 | 1000001 | 110001 |
Color Harmonies of #2BCE7D
Complementary color
Monochromatic Colors of #2BCE7D
Black with #2BCE7D
Text Example
Text Example
White with #2BCE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCE7D; }
p { color: rgb(43,206,125); }
H1.HeaderClassName
{
color: #2BCE7D;
}
.AnyTagClassName
{
color: #2BCE7D;
}
</style>
background-color css
<style>
a { background-color: #2BCE7D; }
a { background-color: rgb(43,206,125); }
div.DivClassName
{
background-color: #2BCE7D;
}
.BgClassName
{
background-color: #2BCE7D;
}
</style>
border-color css
<style>
span { border-color: #2BCE7D; }
span { border-color: rgb(43,206,125); }
td.TdClassName
{
border-color: #2BCE7D;
}
.TagClassName
{
border-color: #2BCE7D;
}
</style>