Shades of Shamrock #2AE379
Tints of Shamrock #2AE379
RGB
CMYK
RGB Variations
Color information
#2AE379 (or 0x2AE379) is known color: Shamrock. HEX triplet: 2A, E3 and 79. RGB value is (42,227,121). Sum of RGB (Red+Green+Blue) = 42+227+121=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 227 (89.06% from 255 or 58.21% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE379 is #D51C86. Grayscale: #9F9F9F. Windows color (decimal): -13966471 or 7988010. OLE color: 7988010.
HSL color Cylindrical-coordinate representation of color #2AE379: hue angle of 145.62º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE379 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 121 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.11 |
| HSL | 145.62º | 0.77% | 0.53% | - |
| HSV(B) | 145.62º | 0.81% | 0.89% | - |
| XYZ | 31.88 | 56.81 | 27.37 | - |
| YUV | 159.6 | 106.21 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 121 | 0.81 | 0 | 0.47 | 0.11 | 145.62 | 0.77 | 0.53 |
| Hex | 2A | E3 | 79 | 51 | 0 | 2F | B | 92 | 4D | 35 |
| Octal | 52 | 343 | 171 | 121 | 0 | 57 | 13 | 222 | 115 | 65 |
| Binary | 101010 | 11100011 | 1111001 | 1010001 | 0 | 101111 | 1011 | 10010010 | 1001101 | 110101 |
Color Harmonies of #2AE379
Complementary color
Monochromatic Colors of #2AE379
Black with #2AE379
Text Example
Text Example
White with #2AE379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE379; }
p { color: rgb(42,227,121); }
H1.HeaderClassName
{
color: #2AE379;
}
.AnyTagClassName
{
color: #2AE379;
}
</style>
background-color css
<style>
a { background-color: #2AE379; }
a { background-color: rgb(42,227,121); }
div.DivClassName
{
background-color: #2AE379;
}
.BgClassName
{
background-color: #2AE379;
}
</style>
border-color css
<style>
span { border-color: #2AE379; }
span { border-color: rgb(42,227,121); }
td.TdClassName
{
border-color: #2AE379;
}
.TagClassName
{
border-color: #2AE379;
}
</style>