Shades of Shamrock #2AE37A
Tints of Shamrock #2AE37A
RGB
CMYK
RGB Variations
Color information
#2AE37A (or 0x2AE37A) is known color: Shamrock. HEX triplet: 2A, E3 and 7A. RGB value is (42,227,122). Sum of RGB (Red+Green+Blue) = 42+227+122=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 227 (89.06% from 255 or 58.06% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE37A is #D51C85. Grayscale: #9F9F9F. Windows color (decimal): -13966470 or 8053546. OLE color: 8053546.
HSL color Cylindrical-coordinate representation of color #2AE37A: hue angle of 145.95º 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 #2AE37A is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 122 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.11 |
| HSL | 145.95º | 0.77% | 0.53% | - |
| HSV(B) | 145.95º | 0.81% | 0.89% | - |
| XYZ | 31.94 | 56.84 | 27.7 | - |
| YUV | 159.72 | 106.71 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 122 | 0.81 | 0 | 0.46 | 0.11 | 145.95 | 0.77 | 0.53 |
| Hex | 2A | E3 | 7A | 51 | 0 | 2E | B | 92 | 4D | 35 |
| Octal | 52 | 343 | 172 | 121 | 0 | 56 | 13 | 222 | 115 | 65 |
| Binary | 101010 | 11100011 | 1111010 | 1010001 | 0 | 101110 | 1011 | 10010010 | 1001101 | 110101 |
Color Harmonies of #2AE37A
Complementary color
Monochromatic Colors of #2AE37A
Black with #2AE37A
Text Example
Text Example
White with #2AE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE37A; }
p { color: rgb(42,227,122); }
H1.HeaderClassName
{
color: #2AE37A;
}
.AnyTagClassName
{
color: #2AE37A;
}
</style>
background-color css
<style>
a { background-color: #2AE37A; }
a { background-color: rgb(42,227,122); }
div.DivClassName
{
background-color: #2AE37A;
}
.BgClassName
{
background-color: #2AE37A;
}
</style>
border-color css
<style>
span { border-color: #2AE37A; }
span { border-color: rgb(42,227,122); }
td.TdClassName
{
border-color: #2AE37A;
}
.TagClassName
{
border-color: #2AE37A;
}
</style>