Shades of Harlequin #2DEE04
Tints of Harlequin #2DEE04
RGB
CMYK
RGB Variations
Color information
#2DEE04 (or 0x2DEE04) is known color: Harlequin. HEX triplet: 2D, EE and 04. RGB value is (45,238,4). Sum of RGB (Red+Green+Blue) = 45+238+4=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 238 (93.36% from 255 or 82.93% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEE04 is #D211FB. Grayscale: #9A9A9A. Windows color (decimal): -13767164 or 323117. OLE color: 323117.
HSL color Cylindrical-coordinate representation of color #2DEE04: hue angle of 109.49º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DEE04 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
RGB | 45 | 238 | 4 | - |
CMYK | 0.81 | 0 | 0.98 | 0.07 |
HSL | 109.49º | 0.97% | 0.47% | - |
HSV(B) | 109.49º | 0.98% | 0.93% | - |
XYZ | 31.68 | 61.72 | 10.36 | - |
YUV | 153.62 | 43.56 | 50.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 238 | 4 | 0.81 | 0 | 0.98 | 0.07 | 109.49 | 0.97 | 0.47 |
Hex | 2D | EE | 4 | 51 | 0 | 62 | 7 | 6D | 61 | 2F |
Octal | 55 | 356 | 4 | 121 | 0 | 142 | 7 | 155 | 141 | 57 |
Binary | 101101 | 11101110 | 100 | 1010001 | 0 | 1100010 | 111 | 1101101 | 1100001 | 101111 |
Color Harmonies of #2DEE04
Complementary color
Monochromatic Colors of #2DEE04
Black with #2DEE04
Text Example
Text Example
White with #2DEE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE04; }
p { color: rgb(45,238,4); }
H1.HeaderClassName
{
color: #2DEE04;
}
.AnyTagClassName
{
color: #2DEE04;
}
</style>
background-color css
<style>
a { background-color: #2DEE04; }
a { background-color: rgb(45,238,4); }
div.DivClassName
{
background-color: #2DEE04;
}
.BgClassName
{
background-color: #2DEE04;
}
</style>
border-color css
<style>
span { border-color: #2DEE04; }
span { border-color: rgb(45,238,4); }
td.TdClassName
{
border-color: #2DEE04;
}
.TagClassName
{
border-color: #2DEE04;
}
</style>