Shades of Shamrock #2BEB8C
Tints of Shamrock #2BEB8C
RGB
CMYK
RGB Variations
Color information
#2BEB8C (or 0x2BEB8C) is known color: Shamrock. HEX triplet: 2B, EB and 8C. RGB value is (43,235,140). Sum of RGB (Red+Green+Blue) = 43+235+140=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 235 (92.19% from 255 or 56.22% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEB8C is #D41473. Grayscale: #A6A6A6. Windows color (decimal): -13898868 or 9235243. OLE color: 9235243.
HSL color Cylindrical-coordinate representation of color #2BEB8C: hue angle of 150.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEB8C is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 140 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.08 |
| HSL | 150.31º | 0.83% | 0.55% | - |
| HSV(B) | 150.31º | 0.82% | 0.92% | - |
| XYZ | 35.44 | 61.82 | 34.88 | - |
| YUV | 166.76 | 112.89 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 140 | 0.82 | 0 | 0.40 | 0.08 | 150.31 | 0.83 | 0.55 |
| Hex | 2B | EB | 8C | 52 | 0 | 28 | 8 | 96 | 53 | 37 |
| Octal | 53 | 353 | 214 | 122 | 0 | 50 | 10 | 226 | 123 | 67 |
| Binary | 101011 | 11101011 | 10001100 | 1010010 | 0 | 101000 | 1000 | 10010110 | 1010011 | 110111 |
Color Harmonies of #2BEB8C
Complementary color
Monochromatic Colors of #2BEB8C
Black with #2BEB8C
Text Example
Text Example
White with #2BEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEB8C; }
p { color: rgb(43,235,140); }
H1.HeaderClassName
{
color: #2BEB8C;
}
.AnyTagClassName
{
color: #2BEB8C;
}
</style>
background-color css
<style>
a { background-color: #2BEB8C; }
a { background-color: rgb(43,235,140); }
div.DivClassName
{
background-color: #2BEB8C;
}
.BgClassName
{
background-color: #2BEB8C;
}
</style>
border-color css
<style>
span { border-color: #2BEB8C; }
span { border-color: rgb(43,235,140); }
td.TdClassName
{
border-color: #2BEB8C;
}
.TagClassName
{
border-color: #2BEB8C;
}
</style>