Shades of Shamrock #2BEE90
Tints of Shamrock #2BEE90
RGB
CMYK
RGB Variations
Color information
#2BEE90 (or 0x2BEE90) is known color: Shamrock. HEX triplet: 2B, EE and 90. RGB value is (43,238,144). Sum of RGB (Red+Green+Blue) = 43+238+144=425 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.12% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEE90 is #D4116F. Grayscale: #A9A9A9. Windows color (decimal): -13898096 or 9498155. OLE color: 9498155.
HSL color Cylindrical-coordinate representation of color #2BEE90: hue angle of 151.08º 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 #2BEE90 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 144 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.07 |
| HSL | 151.08º | 0.85% | 0.55% | - |
| HSV(B) | 151.08º | 0.82% | 0.93% | - |
| XYZ | 36.6 | 63.68 | 36.75 | - |
| YUV | 168.98 | 113.9 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 144 | 0.82 | 0 | 0.39 | 0.07 | 151.08 | 0.85 | 0.55 |
| Hex | 2B | EE | 90 | 52 | 0 | 27 | 7 | 97 | 55 | 37 |
| Octal | 53 | 356 | 220 | 122 | 0 | 47 | 7 | 227 | 125 | 67 |
| Binary | 101011 | 11101110 | 10010000 | 1010010 | 0 | 100111 | 111 | 10010111 | 1010101 | 110111 |
Color Harmonies of #2BEE90
Complementary color
Monochromatic Colors of #2BEE90
Black with #2BEE90
Text Example
Text Example
White with #2BEE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE90; }
p { color: rgb(43,238,144); }
H1.HeaderClassName
{
color: #2BEE90;
}
.AnyTagClassName
{
color: #2BEE90;
}
</style>
background-color css
<style>
a { background-color: #2BEE90; }
a { background-color: rgb(43,238,144); }
div.DivClassName
{
background-color: #2BEE90;
}
.BgClassName
{
background-color: #2BEE90;
}
</style>
border-color css
<style>
span { border-color: #2BEE90; }
span { border-color: rgb(43,238,144); }
td.TdClassName
{
border-color: #2BEE90;
}
.TagClassName
{
border-color: #2BEE90;
}
</style>