Shades of Shamrock #2BEE9A
Tints of Shamrock #2BEE9A
RGB
CMYK
RGB Variations
Color information
#2BEE9A (or 0x2BEE9A) is known color: Shamrock. HEX triplet: 2B, EE and 9A. RGB value is (43,238,154). Sum of RGB (Red+Green+Blue) = 43+238+154=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 238 (93.36% from 255 or 54.71% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEE9A is #D41165. Grayscale: #AAAAAA. Windows color (decimal): -13898086 or 10153515. OLE color: 10153515.
HSL color Cylindrical-coordinate representation of color #2BEE9A: hue angle of 154.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEE9A is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 154 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.07 |
| HSL | 154.15º | 0.85% | 0.55% | - |
| HSV(B) | 154.15º | 0.82% | 0.93% | - |
| XYZ | 37.4 | 64 | 40.95 | - |
| YUV | 170.12 | 118.9 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 154 | 0.82 | 0 | 0.35 | 0.07 | 154.15 | 0.85 | 0.55 |
| Hex | 2B | EE | 9A | 52 | 0 | 23 | 7 | 9A | 55 | 37 |
| Octal | 53 | 356 | 232 | 122 | 0 | 43 | 7 | 232 | 125 | 67 |
| Binary | 101011 | 11101110 | 10011010 | 1010010 | 0 | 100011 | 111 | 10011010 | 1010101 | 110111 |
Color Harmonies of #2BEE9A
Complementary color
Monochromatic Colors of #2BEE9A
Black with #2BEE9A
Text Example
Text Example
White with #2BEE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE9A; }
p { color: rgb(43,238,154); }
H1.HeaderClassName
{
color: #2BEE9A;
}
.AnyTagClassName
{
color: #2BEE9A;
}
</style>
background-color css
<style>
a { background-color: #2BEE9A; }
a { background-color: rgb(43,238,154); }
div.DivClassName
{
background-color: #2BEE9A;
}
.BgClassName
{
background-color: #2BEE9A;
}
</style>
border-color css
<style>
span { border-color: #2BEE9A; }
span { border-color: rgb(43,238,154); }
td.TdClassName
{
border-color: #2BEE9A;
}
.TagClassName
{
border-color: #2BEE9A;
}
</style>