Shades of Shamrock #2DF089
Tints of Shamrock #2DF089
RGB
CMYK
RGB Variations
Color information
#2DF089 (or 0x2DF089) is known color: Shamrock. HEX triplet: 2D, F0 and 89. RGB value is (45,240,137). Sum of RGB (Red+Green+Blue) = 45+240+137=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF089 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF089 is #D20F76. Grayscale: #AAAAAA. Windows color (decimal): -13766519 or 9039917. OLE color: 9039917.
HSL color Cylindrical-coordinate representation of color #2DF089: hue angle of 148.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF089 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 137 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.06 |
| HSL | 148.31º | 0.87% | 0.56% | - |
| HSV(B) | 148.31º | 0.81% | 0.94% | - |
| XYZ | 36.76 | 64.68 | 34.21 | - |
| YUV | 169.95 | 109.4 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 137 | 0.81 | 0 | 0.43 | 0.06 | 148.31 | 0.87 | 0.56 |
| Hex | 2D | F0 | 89 | 51 | 0 | 2B | 6 | 94 | 57 | 38 |
| Octal | 55 | 360 | 211 | 121 | 0 | 53 | 6 | 224 | 127 | 70 |
| Binary | 101101 | 11110000 | 10001001 | 1010001 | 0 | 101011 | 110 | 10010100 | 1010111 | 111000 |
Color Harmonies of #2DF089
Complementary color
Monochromatic Colors of #2DF089
Black with #2DF089
Text Example
Text Example
White with #2DF089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF089; }
p { color: rgb(45,240,137); }
H1.HeaderClassName
{
color: #2DF089;
}
.AnyTagClassName
{
color: #2DF089;
}
</style>
background-color css
<style>
a { background-color: #2DF089; }
a { background-color: rgb(45,240,137); }
div.DivClassName
{
background-color: #2DF089;
}
.BgClassName
{
background-color: #2DF089;
}
</style>
border-color css
<style>
span { border-color: #2DF089; }
span { border-color: rgb(45,240,137); }
td.TdClassName
{
border-color: #2DF089;
}
.TagClassName
{
border-color: #2DF089;
}
</style>