Shades of Shamrock #2AE58B
Tints of Shamrock #2AE58B
RGB
CMYK
RGB Variations
Color information
#2AE58B (or 0x2AE58B) is known color: Shamrock. HEX triplet: 2A, E5 and 8B. RGB value is (42,229,139). Sum of RGB (Red+Green+Blue) = 42+229+139=410 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.24% from 410); Green value is 229 (89.84% from 255 or 55.85% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE58B is #D51A74. Grayscale: #A2A2A2. Windows color (decimal): -13965941 or 9168170. OLE color: 9168170.
HSL color Cylindrical-coordinate representation of color #2AE58B: hue angle of 151.12º 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 #2AE58B is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 139 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.10 |
| HSL | 151.12º | 0.78% | 0.53% | - |
| HSV(B) | 151.12º | 0.82% | 0.9% | - |
| XYZ | 33.63 | 58.39 | 33.92 | - |
| YUV | 162.83 | 114.55 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 139 | 0.82 | 0 | 0.39 | 0.10 | 151.12 | 0.78 | 0.53 |
| Hex | 2A | E5 | 8B | 52 | 0 | 27 | A | 97 | 4E | 35 |
| Octal | 52 | 345 | 213 | 122 | 0 | 47 | 12 | 227 | 116 | 65 |
| Binary | 101010 | 11100101 | 10001011 | 1010010 | 0 | 100111 | 1010 | 10010111 | 1001110 | 110101 |
Color Harmonies of #2AE58B
Complementary color
Monochromatic Colors of #2AE58B
Black with #2AE58B
Text Example
Text Example
White with #2AE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE58B; }
p { color: rgb(42,229,139); }
H1.HeaderClassName
{
color: #2AE58B;
}
.AnyTagClassName
{
color: #2AE58B;
}
</style>
background-color css
<style>
a { background-color: #2AE58B; }
a { background-color: rgb(42,229,139); }
div.DivClassName
{
background-color: #2AE58B;
}
.BgClassName
{
background-color: #2AE58B;
}
</style>
border-color css
<style>
span { border-color: #2AE58B; }
span { border-color: rgb(42,229,139); }
td.TdClassName
{
border-color: #2AE58B;
}
.TagClassName
{
border-color: #2AE58B;
}
</style>