Shades of Shamrock #3ED28A
Tints of Shamrock #3ED28A
RGB
CMYK
RGB Variations
Color information
#3ED28A (or 0x3ED28A) is known color: Shamrock. HEX triplet: 3E, D2 and 8A. RGB value is (62,210,138). Sum of RGB (Red+Green+Blue) = 62+210+138=410 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.12% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED28A is #C12D75. Grayscale: #9D9D9D. Windows color (decimal): -12660086 or 9097790. OLE color: 9097790.
HSL color Cylindrical-coordinate representation of color #3ED28A: hue angle of 150.81º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED28A is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 210 | 138 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.18 |
| HSL | 150.81º | 0.62% | 0.53% | - |
| HSV(B) | 150.81º | 0.7% | 0.82% | - |
| XYZ | 29.62 | 48.95 | 31.93 | - |
| YUV | 157.54 | 116.97 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 138 | 0.70 | 0 | 0.34 | 0.18 | 150.81 | 0.62 | 0.53 |
| Hex | 3E | D2 | 8A | 46 | 0 | 22 | 12 | 97 | 3E | 35 |
| Octal | 76 | 322 | 212 | 106 | 0 | 42 | 22 | 227 | 76 | 65 |
| Binary | 111110 | 11010010 | 10001010 | 1000110 | 0 | 100010 | 10010 | 10010111 | 111110 | 110101 |
Color Harmonies of #3ED28A
Complementary color
Monochromatic Colors of #3ED28A
Black with #3ED28A
Text Example
Text Example
White with #3ED28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED28A; }
p { color: rgb(62,210,138); }
H1.HeaderClassName
{
color: #3ED28A;
}
.AnyTagClassName
{
color: #3ED28A;
}
</style>
background-color css
<style>
a { background-color: #3ED28A; }
a { background-color: rgb(62,210,138); }
div.DivClassName
{
background-color: #3ED28A;
}
.BgClassName
{
background-color: #3ED28A;
}
</style>
border-color css
<style>
span { border-color: #3ED28A; }
span { border-color: rgb(62,210,138); }
td.TdClassName
{
border-color: #3ED28A;
}
.TagClassName
{
border-color: #3ED28A;
}
</style>