Shades of Harlequin #2AEE15
Tints of Harlequin #2AEE15
RGB
CMYK
RGB Variations
Color information
#2AEE15 (or 0x2AEE15) is known color: Harlequin. HEX triplet: 2A, EE and 15. RGB value is (42,238,21). Sum of RGB (Red+Green+Blue) = 42+238+21=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 238 (93.36% from 255 or 79.07% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEE15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AEE15 is #D511EA. Grayscale: #9B9B9B. Windows color (decimal): -13963755 or 1437226. OLE color: 1437226.
HSL color Cylindrical-coordinate representation of color #2AEE15: hue angle of 114.19º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AEE15 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 21 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.07 |
| HSL | 114.19º | 0.86% | 0.51% | - |
| HSV(B) | 114.19º | 0.91% | 0.93% | - |
| XYZ | 31.66 | 61.7 | 10.95 | - |
| YUV | 154.66 | 52.57 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 21 | 0.82 | 0 | 0.91 | 0.07 | 114.19 | 0.86 | 0.51 |
| Hex | 2A | EE | 15 | 52 | 0 | 5B | 7 | 72 | 56 | 33 |
| Octal | 52 | 356 | 25 | 122 | 0 | 133 | 7 | 162 | 126 | 63 |
| Binary | 101010 | 11101110 | 10101 | 1010010 | 0 | 1011011 | 111 | 1110010 | 1010110 | 110011 |
Color Harmonies of #2AEE15
Complementary color
Monochromatic Colors of #2AEE15
Black with #2AEE15
Text Example
Text Example
White with #2AEE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEE15; }
p { color: rgb(42,238,21); }
H1.HeaderClassName
{
color: #2AEE15;
}
.AnyTagClassName
{
color: #2AEE15;
}
</style>
background-color css
<style>
a { background-color: #2AEE15; }
a { background-color: rgb(42,238,21); }
div.DivClassName
{
background-color: #2AEE15;
}
.BgClassName
{
background-color: #2AEE15;
}
</style>
border-color css
<style>
span { border-color: #2AEE15; }
span { border-color: rgb(42,238,21); }
td.TdClassName
{
border-color: #2AEE15;
}
.TagClassName
{
border-color: #2AEE15;
}
</style>