Shades of Shamrock #2DF79B
Tints of Shamrock #2DF79B
RGB
CMYK
RGB Variations
Color information
#2DF79B (or 0x2DF79B) is known color: Shamrock. HEX triplet: 2D, F7 and 9B. RGB value is (45,247,155). Sum of RGB (Red+Green+Blue) = 45+247+155=447 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.07% from 447); Green value is 247 (96.88% from 255 or 55.26% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF79B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF79B is #D20864. Grayscale: #B0B0B0. Windows color (decimal): -13764709 or 10221357. OLE color: 10221357.
HSL color Cylindrical-coordinate representation of color #2DF79B: hue angle of 152.67º 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 #2DF79B is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 155 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.03 |
| HSL | 152.67º | 0.93% | 0.57% | - |
| HSV(B) | 152.67º | 0.82% | 0.97% | - |
| XYZ | 40.26 | 69.45 | 42.29 | - |
| YUV | 176.11 | 116.08 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 155 | 0.82 | 0 | 0.37 | 0.03 | 152.67 | 0.93 | 0.57 |
| Hex | 2D | F7 | 9B | 52 | 0 | 25 | 3 | 99 | 5D | 39 |
| Octal | 55 | 367 | 233 | 122 | 0 | 45 | 3 | 231 | 135 | 71 |
| Binary | 101101 | 11110111 | 10011011 | 1010010 | 0 | 100101 | 11 | 10011001 | 1011101 | 111001 |
Color Harmonies of #2DF79B
Complementary color
Monochromatic Colors of #2DF79B
Black with #2DF79B
Text Example
Text Example
White with #2DF79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF79B; }
p { color: rgb(45,247,155); }
H1.HeaderClassName
{
color: #2DF79B;
}
.AnyTagClassName
{
color: #2DF79B;
}
</style>
background-color css
<style>
a { background-color: #2DF79B; }
a { background-color: rgb(45,247,155); }
div.DivClassName
{
background-color: #2DF79B;
}
.BgClassName
{
background-color: #2DF79B;
}
</style>
border-color css
<style>
span { border-color: #2DF79B; }
span { border-color: rgb(45,247,155); }
td.TdClassName
{
border-color: #2DF79B;
}
.TagClassName
{
border-color: #2DF79B;
}
</style>