Shades of Harlequin #2AE50B
Tints of Harlequin #2AE50B
RGB
CMYK
RGB Variations
Color information
#2AE50B (or 0x2AE50B) is known color: Harlequin. HEX triplet: 2A, E5 and 0B. RGB value is (42,229,11). Sum of RGB (Red+Green+Blue) = 42+229+11=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 229 (89.84% from 255 or 81.21% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE50B is #D51AF4. Grayscale: #949494. Windows color (decimal): -13966069 or 779562. OLE color: 779562.
HSL color Cylindrical-coordinate representation of color #2AE50B: hue angle of 111.47º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AE50B is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 11 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.10 |
| HSL | 111.47º | 0.91% | 0.47% | - |
| HSV(B) | 111.47º | 0.95% | 0.9% | - |
| XYZ | 29.03 | 56.56 | 9.7 | - |
| YUV | 148.24 | 50.55 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 11 | 0.82 | 0 | 0.95 | 0.10 | 111.47 | 0.91 | 0.47 |
| Hex | 2A | E5 | B | 52 | 0 | 5F | A | 6F | 5B | 2F |
| Octal | 52 | 345 | 13 | 122 | 0 | 137 | 12 | 157 | 133 | 57 |
| Binary | 101010 | 11100101 | 1011 | 1010010 | 0 | 1011111 | 1010 | 1101111 | 1011011 | 101111 |
Color Harmonies of #2AE50B
Complementary color
Monochromatic Colors of #2AE50B
Black with #2AE50B
Text Example
Text Example
White with #2AE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE50B; }
p { color: rgb(42,229,11); }
H1.HeaderClassName
{
color: #2AE50B;
}
.AnyTagClassName
{
color: #2AE50B;
}
</style>
background-color css
<style>
a { background-color: #2AE50B; }
a { background-color: rgb(42,229,11); }
div.DivClassName
{
background-color: #2AE50B;
}
.BgClassName
{
background-color: #2AE50B;
}
</style>
border-color css
<style>
span { border-color: #2AE50B; }
span { border-color: rgb(42,229,11); }
td.TdClassName
{
border-color: #2AE50B;
}
.TagClassName
{
border-color: #2AE50B;
}
</style>