Shades of Shamrock #2BED90
Tints of Shamrock #2BED90
RGB
CMYK
RGB Variations
Color information
#2BED90 (or 0x2BED90) is known color: Shamrock. HEX triplet: 2B, ED and 90. RGB value is (43,237,144). Sum of RGB (Red+Green+Blue) = 43+237+144=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 237 (92.97% from 255 or 55.90% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BED90 is #D4126F. Grayscale: #A8A8A8. Windows color (decimal): -13898352 or 9497899. OLE color: 9497899.
HSL color Cylindrical-coordinate representation of color #2BED90: hue angle of 151.24º degrees, saturation: 0.84, 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 #2BED90 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 144 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.07 |
| HSL | 151.24º | 0.84% | 0.55% | - |
| HSV(B) | 151.24º | 0.82% | 0.93% | - |
| XYZ | 36.31 | 63.1 | 36.65 | - |
| YUV | 168.39 | 114.23 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 144 | 0.82 | 0 | 0.39 | 0.07 | 151.24 | 0.84 | 0.55 |
| Hex | 2B | ED | 90 | 52 | 0 | 27 | 7 | 97 | 54 | 37 |
| Octal | 53 | 355 | 220 | 122 | 0 | 47 | 7 | 227 | 124 | 67 |
| Binary | 101011 | 11101101 | 10010000 | 1010010 | 0 | 100111 | 111 | 10010111 | 1010100 | 110111 |
Color Harmonies of #2BED90
Complementary color
Monochromatic Colors of #2BED90
Black with #2BED90
Text Example
Text Example
White with #2BED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED90; }
p { color: rgb(43,237,144); }
H1.HeaderClassName
{
color: #2BED90;
}
.AnyTagClassName
{
color: #2BED90;
}
</style>
background-color css
<style>
a { background-color: #2BED90; }
a { background-color: rgb(43,237,144); }
div.DivClassName
{
background-color: #2BED90;
}
.BgClassName
{
background-color: #2BED90;
}
</style>
border-color css
<style>
span { border-color: #2BED90; }
span { border-color: rgb(43,237,144); }
td.TdClassName
{
border-color: #2BED90;
}
.TagClassName
{
border-color: #2BED90;
}
</style>