Shades of Harlequin #2CE90A
Tints of Harlequin #2CE90A
RGB
CMYK
RGB Variations
Color information
#2CE90A (or 0x2CE90A) is known color: Harlequin. HEX triplet: 2C, E9 and 0A. RGB value is (44,233,10). Sum of RGB (Red+Green+Blue) = 44+233+10=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 233 (91.41% from 255 or 81.18% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE90A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CE90A is #D316F5. Grayscale: #979797. Windows color (decimal): -13833974 or 715052. OLE color: 715052.
HSL color Cylindrical-coordinate representation of color #2CE90A: hue angle of 110.85º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CE90A is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 10 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.09 |
| HSL | 110.85º | 0.92% | 0.48% | - |
| HSV(B) | 110.85º | 0.96% | 0.91% | - |
| XYZ | 30.23 | 58.84 | 10.05 | - |
| YUV | 151.07 | 48.38 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 10 | 0.81 | 0 | 0.96 | 0.09 | 110.85 | 0.92 | 0.48 |
| Hex | 2C | E9 | A | 51 | 0 | 60 | 9 | 6F | 5C | 30 |
| Octal | 54 | 351 | 12 | 121 | 0 | 140 | 11 | 157 | 134 | 60 |
| Binary | 101100 | 11101001 | 1010 | 1010001 | 0 | 1100000 | 1001 | 1101111 | 1011100 | 110000 |
Color Harmonies of #2CE90A
Complementary color
Monochromatic Colors of #2CE90A
Black with #2CE90A
Text Example
Text Example
White with #2CE90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE90A; }
p { color: rgb(44,233,10); }
H1.HeaderClassName
{
color: #2CE90A;
}
.AnyTagClassName
{
color: #2CE90A;
}
</style>
background-color css
<style>
a { background-color: #2CE90A; }
a { background-color: rgb(44,233,10); }
div.DivClassName
{
background-color: #2CE90A;
}
.BgClassName
{
background-color: #2CE90A;
}
</style>
border-color css
<style>
span { border-color: #2CE90A; }
span { border-color: rgb(44,233,10); }
td.TdClassName
{
border-color: #2CE90A;
}
.TagClassName
{
border-color: #2CE90A;
}
</style>