Shades of Shamrock #2DE99C
Tints of Shamrock #2DE99C
RGB
CMYK
RGB Variations
Color information
#2DE99C (or 0x2DE99C) is known color: Shamrock. HEX triplet: 2D, E9 and 9C. RGB value is (45,233,156). Sum of RGB (Red+Green+Blue) = 45+233+156=434 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.37% from 434); Green value is 233 (91.41% from 255 or 53.69% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE99C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE99C is #D21663. Grayscale: #A8A8A8. Windows color (decimal): -13768292 or 10283309. OLE color: 10283309.
HSL color Cylindrical-coordinate representation of color #2DE99C: hue angle of 155.43º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE99C is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 233 | 156 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.09 |
| HSL | 155.43º | 0.81% | 0.55% | - |
| HSV(B) | 155.43º | 0.81% | 0.91% | - |
| XYZ | 36.22 | 61.24 | 41.36 | - |
| YUV | 168.01 | 121.22 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 233 | 156 | 0.81 | 0 | 0.33 | 0.09 | 155.43 | 0.81 | 0.55 |
| Hex | 2D | E9 | 9C | 51 | 0 | 21 | 9 | 9B | 51 | 37 |
| Octal | 55 | 351 | 234 | 121 | 0 | 41 | 11 | 233 | 121 | 67 |
| Binary | 101101 | 11101001 | 10011100 | 1010001 | 0 | 100001 | 1001 | 10011011 | 1010001 | 110111 |
Color Harmonies of #2DE99C
Complementary color
Monochromatic Colors of #2DE99C
Black with #2DE99C
Text Example
Text Example
White with #2DE99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE99C; }
p { color: rgb(45,233,156); }
H1.HeaderClassName
{
color: #2DE99C;
}
.AnyTagClassName
{
color: #2DE99C;
}
</style>
background-color css
<style>
a { background-color: #2DE99C; }
a { background-color: rgb(45,233,156); }
div.DivClassName
{
background-color: #2DE99C;
}
.BgClassName
{
background-color: #2DE99C;
}
</style>
border-color css
<style>
span { border-color: #2DE99C; }
span { border-color: rgb(45,233,156); }
td.TdClassName
{
border-color: #2DE99C;
}
.TagClassName
{
border-color: #2DE99C;
}
</style>