Shades of Shamrock #2BF598
Tints of Shamrock #2BF598
RGB
CMYK
RGB Variations
Color information
#2BF598 (or 0x2BF598) is known color: Shamrock. HEX triplet: 2B, F5 and 98. RGB value is (43,245,152). Sum of RGB (Red+Green+Blue) = 43+245+152=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF598 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF598 is #D40A67. Grayscale: #AEAEAE. Windows color (decimal): -13896296 or 10024235. OLE color: 10024235.
HSL color Cylindrical-coordinate representation of color #2BF598: hue angle of 152.38º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF598 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 152 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.04 |
| HSL | 152.38º | 0.91% | 0.56% | - |
| HSV(B) | 152.38º | 0.82% | 0.96% | - |
| XYZ | 39.32 | 68.09 | 40.78 | - |
| YUV | 174 | 115.58 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 152 | 0.82 | 0 | 0.38 | 0.04 | 152.38 | 0.91 | 0.56 |
| Hex | 2B | F5 | 98 | 52 | 0 | 26 | 4 | 98 | 5B | 38 |
| Octal | 53 | 365 | 230 | 122 | 0 | 46 | 4 | 230 | 133 | 70 |
| Binary | 101011 | 11110101 | 10011000 | 1010010 | 0 | 100110 | 100 | 10011000 | 1011011 | 111000 |
Color Harmonies of #2BF598
Complementary color
Monochromatic Colors of #2BF598
Black with #2BF598
Text Example
Text Example
White with #2BF598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF598; }
p { color: rgb(43,245,152); }
H1.HeaderClassName
{
color: #2BF598;
}
.AnyTagClassName
{
color: #2BF598;
}
</style>
background-color css
<style>
a { background-color: #2BF598; }
a { background-color: rgb(43,245,152); }
div.DivClassName
{
background-color: #2BF598;
}
.BgClassName
{
background-color: #2BF598;
}
</style>
border-color css
<style>
span { border-color: #2BF598; }
span { border-color: rgb(43,245,152); }
td.TdClassName
{
border-color: #2BF598;
}
.TagClassName
{
border-color: #2BF598;
}
</style>