Shades of Harlequin #2CE508
Tints of Harlequin #2CE508
RGB
CMYK
RGB Variations
Color information
#2CE508 (or 0x2CE508) is known color: Harlequin. HEX triplet: 2C, E5 and 08. RGB value is (44,229,8). Sum of RGB (Red+Green+Blue) = 44+229+8=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 229 (89.84% from 255 or 81.49% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE508 is #D31AF7. Grayscale: #959595. Windows color (decimal): -13835000 or 582956. OLE color: 582956.
HSL color Cylindrical-coordinate representation of color #2CE508: hue angle of 110.23º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CE508 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 8 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.10 |
| HSL | 110.23º | 0.93% | 0.46% | - |
| HSV(B) | 110.23º | 0.97% | 0.9% | - |
| XYZ | 29.1 | 56.59 | 9.62 | - |
| YUV | 148.49 | 48.71 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 8 | 0.81 | 0 | 0.97 | 0.10 | 110.23 | 0.93 | 0.46 |
| Hex | 2C | E5 | 8 | 51 | 0 | 61 | A | 6E | 5D | 2E |
| Octal | 54 | 345 | 10 | 121 | 0 | 141 | 12 | 156 | 135 | 56 |
| Binary | 101100 | 11100101 | 1000 | 1010001 | 0 | 1100001 | 1010 | 1101110 | 1011101 | 101110 |
Color Harmonies of #2CE508
Complementary color
Monochromatic Colors of #2CE508
Black with #2CE508
Text Example
Text Example
White with #2CE508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE508; }
p { color: rgb(44,229,8); }
H1.HeaderClassName
{
color: #2CE508;
}
.AnyTagClassName
{
color: #2CE508;
}
</style>
background-color css
<style>
a { background-color: #2CE508; }
a { background-color: rgb(44,229,8); }
div.DivClassName
{
background-color: #2CE508;
}
.BgClassName
{
background-color: #2CE508;
}
</style>
border-color css
<style>
span { border-color: #2CE508; }
span { border-color: rgb(44,229,8); }
td.TdClassName
{
border-color: #2CE508;
}
.TagClassName
{
border-color: #2CE508;
}
</style>