Shades of Shamrock #2AE38C
Tints of Shamrock #2AE38C
RGB
CMYK
RGB Variations
Color information
#2AE38C (or 0x2AE38C) is known color: Shamrock. HEX triplet: 2A, E3 and 8C. RGB value is (42,227,140). Sum of RGB (Red+Green+Blue) = 42+227+140=409 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.27% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AE38C is #D51C73. Grayscale: #A1A1A1. Windows color (decimal): -13966452 or 9233194. OLE color: 9233194.
HSL color Cylindrical-coordinate representation of color #2AE38C: hue angle of 151.78º 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 #2AE38C is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 140 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.11 |
| HSL | 151.78º | 0.77% | 0.53% | - |
| HSV(B) | 151.78º | 0.81% | 0.89% | - |
| XYZ | 33.16 | 57.32 | 34.13 | - |
| YUV | 161.77 | 115.71 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 140 | 0.81 | 0 | 0.38 | 0.11 | 151.78 | 0.77 | 0.53 |
| Hex | 2A | E3 | 8C | 51 | 0 | 26 | B | 98 | 4D | 35 |
| Octal | 52 | 343 | 214 | 121 | 0 | 46 | 13 | 230 | 115 | 65 |
| Binary | 101010 | 11100011 | 10001100 | 1010001 | 0 | 100110 | 1011 | 10011000 | 1001101 | 110101 |
Color Harmonies of #2AE38C
Complementary color
Monochromatic Colors of #2AE38C
Black with #2AE38C
Text Example
Text Example
White with #2AE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE38C; }
p { color: rgb(42,227,140); }
H1.HeaderClassName
{
color: #2AE38C;
}
.AnyTagClassName
{
color: #2AE38C;
}
</style>
background-color css
<style>
a { background-color: #2AE38C; }
a { background-color: rgb(42,227,140); }
div.DivClassName
{
background-color: #2AE38C;
}
.BgClassName
{
background-color: #2AE38C;
}
</style>
border-color css
<style>
span { border-color: #2AE38C; }
span { border-color: rgb(42,227,140); }
td.TdClassName
{
border-color: #2AE38C;
}
.TagClassName
{
border-color: #2AE38C;
}
</style>