Shades of Shamrock #2DE587
Tints of Shamrock #2DE587
RGB
CMYK
RGB Variations
Color information
#2DE587 (or 0x2DE587) is known color: Shamrock. HEX triplet: 2D, E5 and 87. RGB value is (45,229,135). Sum of RGB (Red+Green+Blue) = 45+229+135=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 229 (89.84% from 255 or 55.99% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE587 is #D21A78. Grayscale: #A3A3A3. Windows color (decimal): -13769337 or 8906029. OLE color: 8906029.
HSL color Cylindrical-coordinate representation of color #2DE587: hue angle of 149.35º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE587 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 229 | 135 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.10 |
| HSL | 149.35º | 0.78% | 0.54% | - |
| HSV(B) | 149.35º | 0.8% | 0.9% | - |
| XYZ | 33.47 | 58.35 | 32.42 | - |
| YUV | 163.27 | 112.04 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 229 | 135 | 0.80 | 0 | 0.41 | 0.10 | 149.35 | 0.78 | 0.54 |
| Hex | 2D | E5 | 87 | 50 | 0 | 29 | A | 95 | 4E | 36 |
| Octal | 55 | 345 | 207 | 120 | 0 | 51 | 12 | 225 | 116 | 66 |
| Binary | 101101 | 11100101 | 10000111 | 1010000 | 0 | 101001 | 1010 | 10010101 | 1001110 | 110110 |
Color Harmonies of #2DE587
Complementary color
Monochromatic Colors of #2DE587
Black with #2DE587
Text Example
Text Example
White with #2DE587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE587; }
p { color: rgb(45,229,135); }
H1.HeaderClassName
{
color: #2DE587;
}
.AnyTagClassName
{
color: #2DE587;
}
</style>
background-color css
<style>
a { background-color: #2DE587; }
a { background-color: rgb(45,229,135); }
div.DivClassName
{
background-color: #2DE587;
}
.BgClassName
{
background-color: #2DE587;
}
</style>
border-color css
<style>
span { border-color: #2DE587; }
span { border-color: rgb(45,229,135); }
td.TdClassName
{
border-color: #2DE587;
}
.TagClassName
{
border-color: #2DE587;
}
</style>