Shades of Shamrock #2DF59A
Tints of Shamrock #2DF59A
RGB
CMYK
RGB Variations
Color information
#2DF59A (or 0x2DF59A) is known color: Shamrock. HEX triplet: 2D, F5 and 9A. RGB value is (45,245,154). Sum of RGB (Red+Green+Blue) = 45+245+154=444 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.14% from 444); Green value is 245 (96.09% from 255 or 55.18% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF59A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF59A is #D20A65. Grayscale: #AEAEAE. Windows color (decimal): -13765222 or 10155309. OLE color: 10155309.
HSL color Cylindrical-coordinate representation of color #2DF59A: hue angle of 152.7º 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 #2DF59A is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 154 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.04 |
| HSL | 152.7º | 0.91% | 0.57% | - |
| HSV(B) | 152.7º | 0.82% | 0.96% | - |
| XYZ | 39.57 | 68.2 | 41.65 | - |
| YUV | 174.83 | 116.24 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 154 | 0.82 | 0 | 0.37 | 0.04 | 152.7 | 0.91 | 0.57 |
| Hex | 2D | F5 | 9A | 52 | 0 | 25 | 4 | 99 | 5B | 39 |
| Octal | 55 | 365 | 232 | 122 | 0 | 45 | 4 | 231 | 133 | 71 |
| Binary | 101101 | 11110101 | 10011010 | 1010010 | 0 | 100101 | 100 | 10011001 | 1011011 | 111001 |
Color Harmonies of #2DF59A
Complementary color
Monochromatic Colors of #2DF59A
Black with #2DF59A
Text Example
Text Example
White with #2DF59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF59A; }
p { color: rgb(45,245,154); }
H1.HeaderClassName
{
color: #2DF59A;
}
.AnyTagClassName
{
color: #2DF59A;
}
</style>
background-color css
<style>
a { background-color: #2DF59A; }
a { background-color: rgb(45,245,154); }
div.DivClassName
{
background-color: #2DF59A;
}
.BgClassName
{
background-color: #2DF59A;
}
</style>
border-color css
<style>
span { border-color: #2DF59A; }
span { border-color: rgb(45,245,154); }
td.TdClassName
{
border-color: #2DF59A;
}
.TagClassName
{
border-color: #2DF59A;
}
</style>