Shades of Harlequin #2AE40C
Tints of Harlequin #2AE40C
RGB
CMYK
RGB Variations
Color information
#2AE40C (or 0x2AE40C) is known color: Harlequin. HEX triplet: 2A, E4 and 0C. RGB value is (42,228,12). Sum of RGB (Red+Green+Blue) = 42+228+12=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 228 (89.45% from 255 or 80.85% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE40C is #D51BF3. Grayscale: #949494. Windows color (decimal): -13966324 or 844842. OLE color: 844842.
HSL color Cylindrical-coordinate representation of color #2AE40C: hue angle of 111.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AE40C is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 228 | 12 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.11 |
| HSL | 111.67º | 0.9% | 0.47% | - |
| HSV(B) | 111.67º | 0.95% | 0.89% | - |
| XYZ | 28.76 | 56.01 | 9.64 | - |
| YUV | 147.76 | 51.38 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 228 | 12 | 0.82 | 0 | 0.95 | 0.11 | 111.67 | 0.9 | 0.47 |
| Hex | 2A | E4 | C | 52 | 0 | 5F | B | 70 | 5A | 2F |
| Octal | 52 | 344 | 14 | 122 | 0 | 137 | 13 | 160 | 132 | 57 |
| Binary | 101010 | 11100100 | 1100 | 1010010 | 0 | 1011111 | 1011 | 1110000 | 1011010 | 101111 |
Color Harmonies of #2AE40C
Complementary color
Monochromatic Colors of #2AE40C
Black with #2AE40C
Text Example
Text Example
White with #2AE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE40C; }
p { color: rgb(42,228,12); }
H1.HeaderClassName
{
color: #2AE40C;
}
.AnyTagClassName
{
color: #2AE40C;
}
</style>
background-color css
<style>
a { background-color: #2AE40C; }
a { background-color: rgb(42,228,12); }
div.DivClassName
{
background-color: #2AE40C;
}
.BgClassName
{
background-color: #2AE40C;
}
</style>
border-color css
<style>
span { border-color: #2AE40C; }
span { border-color: rgb(42,228,12); }
td.TdClassName
{
border-color: #2AE40C;
}
.TagClassName
{
border-color: #2AE40C;
}
</style>