Shades of Shamrock #2DE792
Tints of Shamrock #2DE792
RGB
CMYK
RGB Variations
Color information
#2DE792 (or 0x2DE792) is known color: Shamrock. HEX triplet: 2D, E7 and 92. RGB value is (45,231,146). Sum of RGB (Red+Green+Blue) = 45+231+146=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 231 (90.62% from 255 or 54.74% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE792 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE792 is #D2186D. Grayscale: #A5A5A5. Windows color (decimal): -13768814 or 9627437. OLE color: 9627437.
HSL color Cylindrical-coordinate representation of color #2DE792: hue angle of 152.58º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE792 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 146 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.09 |
| HSL | 152.58º | 0.79% | 0.54% | - |
| HSV(B) | 152.58º | 0.81% | 0.91% | - |
| XYZ | 34.85 | 59.79 | 36.9 | - |
| YUV | 165.7 | 116.88 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 146 | 0.81 | 0 | 0.37 | 0.09 | 152.58 | 0.79 | 0.54 |
| Hex | 2D | E7 | 92 | 51 | 0 | 25 | 9 | 99 | 4F | 36 |
| Octal | 55 | 347 | 222 | 121 | 0 | 45 | 11 | 231 | 117 | 66 |
| Binary | 101101 | 11100111 | 10010010 | 1010001 | 0 | 100101 | 1001 | 10011001 | 1001111 | 110110 |
Color Harmonies of #2DE792
Complementary color
Monochromatic Colors of #2DE792
Black with #2DE792
Text Example
Text Example
White with #2DE792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE792; }
p { color: rgb(45,231,146); }
H1.HeaderClassName
{
color: #2DE792;
}
.AnyTagClassName
{
color: #2DE792;
}
</style>
background-color css
<style>
a { background-color: #2DE792; }
a { background-color: rgb(45,231,146); }
div.DivClassName
{
background-color: #2DE792;
}
.BgClassName
{
background-color: #2DE792;
}
</style>
border-color css
<style>
span { border-color: #2DE792; }
span { border-color: rgb(45,231,146); }
td.TdClassName
{
border-color: #2DE792;
}
.TagClassName
{
border-color: #2DE792;
}
</style>