Shades of Shamrock #2BEE8A
Tints of Shamrock #2BEE8A
RGB
CMYK
RGB Variations
Color information
#2BEE8A (or 0x2BEE8A) is known color: Shamrock. HEX triplet: 2B, EE and 8A. RGB value is (43,238,138). Sum of RGB (Red+Green+Blue) = 43+238+138=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 238 (93.36% from 255 or 56.80% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEE8A is #D41175. Grayscale: #A8A8A8. Windows color (decimal): -13898102 or 9104939. OLE color: 9104939.
HSL color Cylindrical-coordinate representation of color #2BEE8A: hue angle of 149.23º 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 #2BEE8A is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 138 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.07 |
| HSL | 149.23º | 0.85% | 0.55% | - |
| HSV(B) | 149.23º | 0.82% | 0.93% | - |
| XYZ | 36.16 | 63.5 | 34.4 | - |
| YUV | 168.3 | 110.9 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 138 | 0.82 | 0 | 0.42 | 0.07 | 149.23 | 0.85 | 0.55 |
| Hex | 2B | EE | 8A | 52 | 0 | 2A | 7 | 95 | 55 | 37 |
| Octal | 53 | 356 | 212 | 122 | 0 | 52 | 7 | 225 | 125 | 67 |
| Binary | 101011 | 11101110 | 10001010 | 1010010 | 0 | 101010 | 111 | 10010101 | 1010101 | 110111 |
Color Harmonies of #2BEE8A
Complementary color
Monochromatic Colors of #2BEE8A
Black with #2BEE8A
Text Example
Text Example
White with #2BEE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE8A; }
p { color: rgb(43,238,138); }
H1.HeaderClassName
{
color: #2BEE8A;
}
.AnyTagClassName
{
color: #2BEE8A;
}
</style>
background-color css
<style>
a { background-color: #2BEE8A; }
a { background-color: rgb(43,238,138); }
div.DivClassName
{
background-color: #2BEE8A;
}
.BgClassName
{
background-color: #2BEE8A;
}
</style>
border-color css
<style>
span { border-color: #2BEE8A; }
span { border-color: rgb(43,238,138); }
td.TdClassName
{
border-color: #2BEE8A;
}
.TagClassName
{
border-color: #2BEE8A;
}
</style>