Shades of Shamrock #2BED98
Tints of Shamrock #2BED98
RGB
CMYK
RGB Variations
Color information
#2BED98 (or 0x2BED98) is known color: Shamrock. HEX triplet: 2B, ED and 98. RGB value is (43,237,152). Sum of RGB (Red+Green+Blue) = 43+237+152=432 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.95% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BED98 is #D41267. Grayscale: #A9A9A9. Windows color (decimal): -13898344 or 10022187. OLE color: 10022187.
HSL color Cylindrical-coordinate representation of color #2BED98: hue angle of 153.71º 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 #2BED98 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 152 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.07 |
| HSL | 153.71º | 0.84% | 0.55% | - |
| HSV(B) | 153.71º | 0.82% | 0.93% | - |
| XYZ | 36.95 | 63.35 | 39.99 | - |
| YUV | 169.3 | 118.23 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 152 | 0.82 | 0 | 0.36 | 0.07 | 153.71 | 0.84 | 0.55 |
| Hex | 2B | ED | 98 | 52 | 0 | 24 | 7 | 9A | 54 | 37 |
| Octal | 53 | 355 | 230 | 122 | 0 | 44 | 7 | 232 | 124 | 67 |
| Binary | 101011 | 11101101 | 10011000 | 1010010 | 0 | 100100 | 111 | 10011010 | 1010100 | 110111 |
Color Harmonies of #2BED98
Complementary color
Monochromatic Colors of #2BED98
Black with #2BED98
Text Example
Text Example
White with #2BED98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED98; }
p { color: rgb(43,237,152); }
H1.HeaderClassName
{
color: #2BED98;
}
.AnyTagClassName
{
color: #2BED98;
}
</style>
background-color css
<style>
a { background-color: #2BED98; }
a { background-color: rgb(43,237,152); }
div.DivClassName
{
background-color: #2BED98;
}
.BgClassName
{
background-color: #2BED98;
}
</style>
border-color css
<style>
span { border-color: #2BED98; }
span { border-color: rgb(43,237,152); }
td.TdClassName
{
border-color: #2BED98;
}
.TagClassName
{
border-color: #2BED98;
}
</style>