Shades of Shamrock #2AE58D
Tints of Shamrock #2AE58D
RGB
CMYK
RGB Variations
Color information
#2AE58D (or 0x2AE58D) is known color: Shamrock. HEX triplet: 2A, E5 and 8D. RGB value is (42,229,141). Sum of RGB (Red+Green+Blue) = 42+229+141=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 229 (89.84% from 255 or 55.58% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE58D is #D51A72. Grayscale: #A3A3A3. Windows color (decimal): -13965939 or 9299242. OLE color: 9299242.
HSL color Cylindrical-coordinate representation of color #2AE58D: hue angle of 151.76º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE58D is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 141 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.10 |
| HSL | 151.76º | 0.78% | 0.53% | - |
| HSV(B) | 151.76º | 0.82% | 0.9% | - |
| XYZ | 33.78 | 58.45 | 34.7 | - |
| YUV | 163.06 | 115.55 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 141 | 0.82 | 0 | 0.38 | 0.10 | 151.76 | 0.78 | 0.53 |
| Hex | 2A | E5 | 8D | 52 | 0 | 26 | A | 98 | 4E | 35 |
| Octal | 52 | 345 | 215 | 122 | 0 | 46 | 12 | 230 | 116 | 65 |
| Binary | 101010 | 11100101 | 10001101 | 1010010 | 0 | 100110 | 1010 | 10011000 | 1001110 | 110101 |
Color Harmonies of #2AE58D
Complementary color
Monochromatic Colors of #2AE58D
Black with #2AE58D
Text Example
Text Example
White with #2AE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE58D; }
p { color: rgb(42,229,141); }
H1.HeaderClassName
{
color: #2AE58D;
}
.AnyTagClassName
{
color: #2AE58D;
}
</style>
background-color css
<style>
a { background-color: #2AE58D; }
a { background-color: rgb(42,229,141); }
div.DivClassName
{
background-color: #2AE58D;
}
.BgClassName
{
background-color: #2AE58D;
}
</style>
border-color css
<style>
span { border-color: #2AE58D; }
span { border-color: rgb(42,229,141); }
td.TdClassName
{
border-color: #2AE58D;
}
.TagClassName
{
border-color: #2AE58D;
}
</style>