Shades of Harlequin #2AE102
Tints of Harlequin #2AE102
RGB
CMYK
RGB Variations
Color information
#2AE102 (or 0x2AE102) is known color: Harlequin. HEX triplet: 2A, E1 and 02. RGB value is (42,225,2). Sum of RGB (Red+Green+Blue) = 42+225+2=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 225 (88.28% from 255 or 83.64% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE102 is #D51EFD. Grayscale: #919191. Windows color (decimal): -13967102 or 188714. OLE color: 188714.
HSL color Cylindrical-coordinate representation of color #2AE102: hue angle of 109.24º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AE102 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 225 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.12 |
| HSL | 109.24º | 0.98% | 0.45% | - |
| HSV(B) | 109.24º | 0.99% | 0.88% | - |
| XYZ | 27.89 | 54.35 | 9.08 | - |
| YUV | 144.86 | 47.37 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 225 | 2 | 0.81 | 0 | 0.99 | 0.12 | 109.24 | 0.98 | 0.45 |
| Hex | 2A | E1 | 2 | 51 | 0 | 63 | C | 6D | 62 | 2D |
| Octal | 52 | 341 | 2 | 121 | 0 | 143 | 14 | 155 | 142 | 55 |
| Binary | 101010 | 11100001 | 10 | 1010001 | 0 | 1100011 | 1100 | 1101101 | 1100010 | 101101 |
Color Harmonies of #2AE102
Complementary color
Monochromatic Colors of #2AE102
Black with #2AE102
Text Example
Text Example
White with #2AE102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE102; }
p { color: rgb(42,225,2); }
H1.HeaderClassName
{
color: #2AE102;
}
.AnyTagClassName
{
color: #2AE102;
}
</style>
background-color css
<style>
a { background-color: #2AE102; }
a { background-color: rgb(42,225,2); }
div.DivClassName
{
background-color: #2AE102;
}
.BgClassName
{
background-color: #2AE102;
}
</style>
border-color css
<style>
span { border-color: #2AE102; }
span { border-color: rgb(42,225,2); }
td.TdClassName
{
border-color: #2AE102;
}
.TagClassName
{
border-color: #2AE102;
}
</style>