Shades of Shamrock #2DEA7B
Tints of Shamrock #2DEA7B
RGB
CMYK
RGB Variations
Color information
#2DEA7B (or 0x2DEA7B) is known color: Shamrock. HEX triplet: 2D, EA and 7B. RGB value is (45,234,123). Sum of RGB (Red+Green+Blue) = 45+234+123=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 234 (91.80% from 255 or 58.21% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEA7B is #D21584. Grayscale: #A5A5A5. Windows color (decimal): -13768069 or 8120877. OLE color: 8120877.
HSL color Cylindrical-coordinate representation of color #2DEA7B: hue angle of 144.76º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEA7B is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 123 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.08 |
| HSL | 144.76º | 0.82% | 0.55% | - |
| HSV(B) | 144.76º | 0.81% | 0.92% | - |
| XYZ | 34.08 | 60.83 | 28.68 | - |
| YUV | 164.84 | 104.38 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 123 | 0.81 | 0 | 0.47 | 0.08 | 144.76 | 0.82 | 0.55 |
| Hex | 2D | EA | 7B | 51 | 0 | 2F | 8 | 91 | 52 | 37 |
| Octal | 55 | 352 | 173 | 121 | 0 | 57 | 10 | 221 | 122 | 67 |
| Binary | 101101 | 11101010 | 1111011 | 1010001 | 0 | 101111 | 1000 | 10010001 | 1010010 | 110111 |
Color Harmonies of #2DEA7B
Complementary color
Monochromatic Colors of #2DEA7B
Black with #2DEA7B
Text Example
Text Example
White with #2DEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEA7B; }
p { color: rgb(45,234,123); }
H1.HeaderClassName
{
color: #2DEA7B;
}
.AnyTagClassName
{
color: #2DEA7B;
}
</style>
background-color css
<style>
a { background-color: #2DEA7B; }
a { background-color: rgb(45,234,123); }
div.DivClassName
{
background-color: #2DEA7B;
}
.BgClassName
{
background-color: #2DEA7B;
}
</style>
border-color css
<style>
span { border-color: #2DEA7B; }
span { border-color: rgb(45,234,123); }
td.TdClassName
{
border-color: #2DEA7B;
}
.TagClassName
{
border-color: #2DEA7B;
}
</style>