Shades of Harlequin #2AEE01
Tints of Harlequin #2AEE01
RGB
CMYK
RGB Variations
Color information
#2AEE01 (or 0x2AEE01) is known color: Harlequin. HEX triplet: 2A, EE and 01. RGB value is (42,238,1). Sum of RGB (Red+Green+Blue) = 42+238+1=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 238 (93.36% from 255 or 84.70% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEE01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AEE01 is #D511FE. Grayscale: #999999. Windows color (decimal): -13963775 or 126506. OLE color: 126506.
HSL color Cylindrical-coordinate representation of color #2AEE01: hue angle of 109.62º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AEE01 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 1 | - |
| CMYK | 0.82 | 0 | 1.00 | 0.07 |
| HSL | 109.62º | 0.99% | 0.47% | - |
| HSV(B) | 109.62º | 1% | 0.93% | - |
| XYZ | 31.53 | 61.64 | 10.27 | - |
| YUV | 152.38 | 42.57 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 1 | 0.82 | 0 | 1.00 | 0.07 | 109.62 | 0.99 | 0.47 |
| Hex | 2A | EE | 1 | 52 | 0 | 64 | 7 | 6E | 63 | 2F |
| Octal | 52 | 356 | 1 | 122 | 0 | 144 | 7 | 156 | 143 | 57 |
| Binary | 101010 | 11101110 | 1 | 1010010 | 0 | 1100100 | 111 | 1101110 | 1100011 | 101111 |
Color Harmonies of #2AEE01
Complementary color
Monochromatic Colors of #2AEE01
Black with #2AEE01
Text Example
Text Example
White with #2AEE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEE01; }
p { color: rgb(42,238,1); }
H1.HeaderClassName
{
color: #2AEE01;
}
.AnyTagClassName
{
color: #2AEE01;
}
</style>
background-color css
<style>
a { background-color: #2AEE01; }
a { background-color: rgb(42,238,1); }
div.DivClassName
{
background-color: #2AEE01;
}
.BgClassName
{
background-color: #2AEE01;
}
</style>
border-color css
<style>
span { border-color: #2AEE01; }
span { border-color: rgb(42,238,1); }
td.TdClassName
{
border-color: #2AEE01;
}
.TagClassName
{
border-color: #2AEE01;
}
</style>