Shades of Shamrock #2DF797
Tints of Shamrock #2DF797
RGB
CMYK
RGB Variations
Color information
#2DF797 (or 0x2DF797) is known color: Shamrock. HEX triplet: 2D, F7 and 97. RGB value is (45,247,151). Sum of RGB (Red+Green+Blue) = 45+247+151=443 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.16% from 443); Green value is 247 (96.88% from 255 or 55.76% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF797 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF797 is #D20868. Grayscale: #AFAFAF. Windows color (decimal): -13764713 or 9959213. OLE color: 9959213.
HSL color Cylindrical-coordinate representation of color #2DF797: hue angle of 151.49º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF797 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 151 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.03 |
| HSL | 151.49º | 0.93% | 0.57% | - |
| HSV(B) | 151.49º | 0.82% | 0.97% | - |
| XYZ | 39.93 | 69.31 | 40.55 | - |
| YUV | 175.66 | 114.08 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 151 | 0.82 | 0 | 0.39 | 0.03 | 151.49 | 0.93 | 0.57 |
| Hex | 2D | F7 | 97 | 52 | 0 | 27 | 3 | 97 | 5D | 39 |
| Octal | 55 | 367 | 227 | 122 | 0 | 47 | 3 | 227 | 135 | 71 |
| Binary | 101101 | 11110111 | 10010111 | 1010010 | 0 | 100111 | 11 | 10010111 | 1011101 | 111001 |
Color Harmonies of #2DF797
Complementary color
Monochromatic Colors of #2DF797
Black with #2DF797
Text Example
Text Example
White with #2DF797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF797; }
p { color: rgb(45,247,151); }
H1.HeaderClassName
{
color: #2DF797;
}
.AnyTagClassName
{
color: #2DF797;
}
</style>
background-color css
<style>
a { background-color: #2DF797; }
a { background-color: rgb(45,247,151); }
div.DivClassName
{
background-color: #2DF797;
}
.BgClassName
{
background-color: #2DF797;
}
</style>
border-color css
<style>
span { border-color: #2DF797; }
span { border-color: rgb(45,247,151); }
td.TdClassName
{
border-color: #2DF797;
}
.TagClassName
{
border-color: #2DF797;
}
</style>