Shades of Shamrock #2DF596
Tints of Shamrock #2DF596
RGB
CMYK
RGB Variations
Color information
#2DF596 (or 0x2DF596) is known color: Shamrock. HEX triplet: 2D, F5 and 96. RGB value is (45,245,150). Sum of RGB (Red+Green+Blue) = 45+245+150=440 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.23% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF596 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF596 is #D20A69. Grayscale: #AEAEAE. Windows color (decimal): -13765226 or 9893165. OLE color: 9893165.
HSL color Cylindrical-coordinate representation of color #2DF596: hue angle of 151.5º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF596 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 150 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.04 |
| HSL | 151.5º | 0.91% | 0.57% | - |
| HSV(B) | 151.5º | 0.82% | 0.96% | - |
| XYZ | 39.24 | 68.06 | 39.92 | - |
| YUV | 174.37 | 114.24 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 150 | 0.82 | 0 | 0.39 | 0.04 | 151.5 | 0.91 | 0.57 |
| Hex | 2D | F5 | 96 | 52 | 0 | 27 | 4 | 98 | 5B | 39 |
| Octal | 55 | 365 | 226 | 122 | 0 | 47 | 4 | 230 | 133 | 71 |
| Binary | 101101 | 11110101 | 10010110 | 1010010 | 0 | 100111 | 100 | 10011000 | 1011011 | 111001 |
Color Harmonies of #2DF596
Complementary color
Monochromatic Colors of #2DF596
Black with #2DF596
Text Example
Text Example
White with #2DF596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF596; }
p { color: rgb(45,245,150); }
H1.HeaderClassName
{
color: #2DF596;
}
.AnyTagClassName
{
color: #2DF596;
}
</style>
background-color css
<style>
a { background-color: #2DF596; }
a { background-color: rgb(45,245,150); }
div.DivClassName
{
background-color: #2DF596;
}
.BgClassName
{
background-color: #2DF596;
}
</style>
border-color css
<style>
span { border-color: #2DF596; }
span { border-color: rgb(45,245,150); }
td.TdClassName
{
border-color: #2DF596;
}
.TagClassName
{
border-color: #2DF596;
}
</style>