Shades of Shamrock #2BF390
Tints of Shamrock #2BF390
RGB
CMYK
RGB Variations
Color information
#2BF390 (or 0x2BF390) is known color: Shamrock. HEX triplet: 2B, F3 and 90. RGB value is (43,243,144). Sum of RGB (Red+Green+Blue) = 43+243+144=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 243 (95.31% from 255 or 56.51% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF390 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF390 is #D40C6F. Grayscale: #ACACAC. Windows color (decimal): -13896816 or 9499435. OLE color: 9499435.
HSL color Cylindrical-coordinate representation of color #2BF390: hue angle of 150.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF390 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 144 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.05 |
| HSL | 150.3º | 0.89% | 0.56% | - |
| HSV(B) | 150.3º | 0.82% | 0.95% | - |
| XYZ | 38.08 | 66.63 | 37.24 | - |
| YUV | 171.91 | 112.24 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 144 | 0.82 | 0 | 0.41 | 0.05 | 150.3 | 0.89 | 0.56 |
| Hex | 2B | F3 | 90 | 52 | 0 | 29 | 5 | 96 | 59 | 38 |
| Octal | 53 | 363 | 220 | 122 | 0 | 51 | 5 | 226 | 131 | 70 |
| Binary | 101011 | 11110011 | 10010000 | 1010010 | 0 | 101001 | 101 | 10010110 | 1011001 | 111000 |
Color Harmonies of #2BF390
Complementary color
Monochromatic Colors of #2BF390
Black with #2BF390
Text Example
Text Example
White with #2BF390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF390; }
p { color: rgb(43,243,144); }
H1.HeaderClassName
{
color: #2BF390;
}
.AnyTagClassName
{
color: #2BF390;
}
</style>
background-color css
<style>
a { background-color: #2BF390; }
a { background-color: rgb(43,243,144); }
div.DivClassName
{
background-color: #2BF390;
}
.BgClassName
{
background-color: #2BF390;
}
</style>
border-color css
<style>
span { border-color: #2BF390; }
span { border-color: rgb(43,243,144); }
td.TdClassName
{
border-color: #2BF390;
}
.TagClassName
{
border-color: #2BF390;
}
</style>