Shades of Shamrock #2DE781
Tints of Shamrock #2DE781
RGB
CMYK
RGB Variations
Color information
#2DE781 (or 0x2DE781) is known color: Shamrock. HEX triplet: 2D, E7 and 81. RGB value is (45,231,129). Sum of RGB (Red+Green+Blue) = 45+231+129=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 231 (90.62% from 255 or 57.04% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE781 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE781 is #D2187E. Grayscale: #A3A3A3. Windows color (decimal): -13768831 or 8513325. OLE color: 8513325.
HSL color Cylindrical-coordinate representation of color #2DE781: hue angle of 147.1º 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 #2DE781 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 129 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.09 |
| HSL | 147.1º | 0.79% | 0.54% | - |
| HSV(B) | 147.1º | 0.81% | 0.91% | - |
| XYZ | 33.62 | 59.29 | 30.44 | - |
| YUV | 163.76 | 108.38 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 129 | 0.81 | 0 | 0.44 | 0.09 | 147.1 | 0.79 | 0.54 |
| Hex | 2D | E7 | 81 | 51 | 0 | 2C | 9 | 93 | 4F | 36 |
| Octal | 55 | 347 | 201 | 121 | 0 | 54 | 11 | 223 | 117 | 66 |
| Binary | 101101 | 11100111 | 10000001 | 1010001 | 0 | 101100 | 1001 | 10010011 | 1001111 | 110110 |
Color Harmonies of #2DE781
Complementary color
Monochromatic Colors of #2DE781
Black with #2DE781
Text Example
Text Example
White with #2DE781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE781; }
p { color: rgb(45,231,129); }
H1.HeaderClassName
{
color: #2DE781;
}
.AnyTagClassName
{
color: #2DE781;
}
</style>
background-color css
<style>
a { background-color: #2DE781; }
a { background-color: rgb(45,231,129); }
div.DivClassName
{
background-color: #2DE781;
}
.BgClassName
{
background-color: #2DE781;
}
</style>
border-color css
<style>
span { border-color: #2DE781; }
span { border-color: rgb(45,231,129); }
td.TdClassName
{
border-color: #2DE781;
}
.TagClassName
{
border-color: #2DE781;
}
</style>