Shades of Shamrock #2DF198
Tints of Shamrock #2DF198
RGB
CMYK
RGB Variations
Color information
#2DF198 (or 0x2DF198) is known color: Shamrock. HEX triplet: 2D, F1 and 98. RGB value is (45,241,152). Sum of RGB (Red+Green+Blue) = 45+241+152=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF198 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF198 is #D20E67. Grayscale: #ACACAC. Windows color (decimal): -13766248 or 10023213. OLE color: 10023213.
HSL color Cylindrical-coordinate representation of color #2DF198: hue angle of 152.76º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF198 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 152 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.05 |
| HSL | 152.76º | 0.88% | 0.56% | - |
| HSV(B) | 152.76º | 0.81% | 0.95% | - |
| XYZ | 38.2 | 65.74 | 40.38 | - |
| YUV | 172.25 | 116.57 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 152 | 0.81 | 0 | 0.37 | 0.05 | 152.76 | 0.88 | 0.56 |
| Hex | 2D | F1 | 98 | 51 | 0 | 25 | 5 | 99 | 58 | 38 |
| Octal | 55 | 361 | 230 | 121 | 0 | 45 | 5 | 231 | 130 | 70 |
| Binary | 101101 | 11110001 | 10011000 | 1010001 | 0 | 100101 | 101 | 10011001 | 1011000 | 111000 |
Color Harmonies of #2DF198
Complementary color
Monochromatic Colors of #2DF198
Black with #2DF198
Text Example
Text Example
White with #2DF198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF198; }
p { color: rgb(45,241,152); }
H1.HeaderClassName
{
color: #2DF198;
}
.AnyTagClassName
{
color: #2DF198;
}
</style>
background-color css
<style>
a { background-color: #2DF198; }
a { background-color: rgb(45,241,152); }
div.DivClassName
{
background-color: #2DF198;
}
.BgClassName
{
background-color: #2DF198;
}
</style>
border-color css
<style>
span { border-color: #2DF198; }
span { border-color: rgb(45,241,152); }
td.TdClassName
{
border-color: #2DF198;
}
.TagClassName
{
border-color: #2DF198;
}
</style>