Shades of Shamrock #2DF098
Tints of Shamrock #2DF098
RGB
CMYK
RGB Variations
Color information
#2DF098 (or 0x2DF098) is known color: Shamrock. HEX triplet: 2D, F0 and 98. RGB value is (45,240,152). Sum of RGB (Red+Green+Blue) = 45+240+152=437 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.30% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF098 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF098 is #D20F67. Grayscale: #ABABAB. Windows color (decimal): -13766504 or 10022957. OLE color: 10022957.
HSL color Cylindrical-coordinate representation of color #2DF098: hue angle of 152.92º 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 #2DF098 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 152 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.06 |
| HSL | 152.92º | 0.87% | 0.56% | - |
| HSV(B) | 152.92º | 0.81% | 0.94% | - |
| XYZ | 37.91 | 65.15 | 40.28 | - |
| YUV | 171.66 | 116.9 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 152 | 0.81 | 0 | 0.37 | 0.06 | 152.92 | 0.87 | 0.56 |
| Hex | 2D | F0 | 98 | 51 | 0 | 25 | 6 | 99 | 57 | 38 |
| Octal | 55 | 360 | 230 | 121 | 0 | 45 | 6 | 231 | 127 | 70 |
| Binary | 101101 | 11110000 | 10011000 | 1010001 | 0 | 100101 | 110 | 10011001 | 1010111 | 111000 |
Color Harmonies of #2DF098
Complementary color
Monochromatic Colors of #2DF098
Black with #2DF098
Text Example
Text Example
White with #2DF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF098; }
p { color: rgb(45,240,152); }
H1.HeaderClassName
{
color: #2DF098;
}
.AnyTagClassName
{
color: #2DF098;
}
</style>
background-color css
<style>
a { background-color: #2DF098; }
a { background-color: rgb(45,240,152); }
div.DivClassName
{
background-color: #2DF098;
}
.BgClassName
{
background-color: #2DF098;
}
</style>
border-color css
<style>
span { border-color: #2DF098; }
span { border-color: rgb(45,240,152); }
td.TdClassName
{
border-color: #2DF098;
}
.TagClassName
{
border-color: #2DF098;
}
</style>