Shades of Harlequin #2AE90B
Tints of Harlequin #2AE90B
RGB
CMYK
RGB Variations
Color information
#2AE90B (or 0x2AE90B) is known color: Harlequin. HEX triplet: 2A, E9 and 0B. RGB value is (42,233,11). Sum of RGB (Red+Green+Blue) = 42+233+11=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 233 (91.41% from 255 or 81.47% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE90B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE90B is #D516F4. Grayscale: #979797. Windows color (decimal): -13965045 or 780586. OLE color: 780586.
HSL color Cylindrical-coordinate representation of color #2AE90B: hue angle of 111.62º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AE90B is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 233 | 11 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.09 |
| HSL | 111.62º | 0.91% | 0.48% | - |
| HSV(B) | 111.62º | 0.95% | 0.91% | - |
| XYZ | 30.15 | 58.79 | 10.08 | - |
| YUV | 150.58 | 49.22 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 233 | 11 | 0.82 | 0 | 0.95 | 0.09 | 111.62 | 0.91 | 0.48 |
| Hex | 2A | E9 | B | 52 | 0 | 5F | 9 | 70 | 5B | 30 |
| Octal | 52 | 351 | 13 | 122 | 0 | 137 | 11 | 160 | 133 | 60 |
| Binary | 101010 | 11101001 | 1011 | 1010010 | 0 | 1011111 | 1001 | 1110000 | 1011011 | 110000 |
Color Harmonies of #2AE90B
Complementary color
Monochromatic Colors of #2AE90B
Black with #2AE90B
Text Example
Text Example
White with #2AE90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE90B; }
p { color: rgb(42,233,11); }
H1.HeaderClassName
{
color: #2AE90B;
}
.AnyTagClassName
{
color: #2AE90B;
}
</style>
background-color css
<style>
a { background-color: #2AE90B; }
a { background-color: rgb(42,233,11); }
div.DivClassName
{
background-color: #2AE90B;
}
.BgClassName
{
background-color: #2AE90B;
}
</style>
border-color css
<style>
span { border-color: #2AE90B; }
span { border-color: rgb(42,233,11); }
td.TdClassName
{
border-color: #2AE90B;
}
.TagClassName
{
border-color: #2AE90B;
}
</style>