Shades of Harlequin #2DEE05
Tints of Harlequin #2DEE05
RGB
CMYK
RGB Variations
Color information
#2DEE05 (or 0x2DEE05) is known color: Harlequin. HEX triplet: 2D, EE and 05. RGB value is (45,238,5). Sum of RGB (Red+Green+Blue) = 45+238+5=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 238 (93.36% from 255 or 82.64% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEE05 is #D211FA. Grayscale: #9A9A9A. Windows color (decimal): -13767163 or 388653. OLE color: 388653.
HSL color Cylindrical-coordinate representation of color #2DEE05: hue angle of 109.7º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DEE05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.07 |
| HSL | 109.7º | 0.96% | 0.48% | - |
| HSV(B) | 109.7º | 0.98% | 0.93% | - |
| XYZ | 31.68 | 61.72 | 10.39 | - |
| YUV | 153.73 | 44.06 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 5 | 0.81 | 0 | 0.98 | 0.07 | 109.7 | 0.96 | 0.48 |
| Hex | 2D | EE | 5 | 51 | 0 | 62 | 7 | 6E | 60 | 30 |
| Octal | 55 | 356 | 5 | 121 | 0 | 142 | 7 | 156 | 140 | 60 |
| Binary | 101101 | 11101110 | 101 | 1010001 | 0 | 1100010 | 111 | 1101110 | 1100000 | 110000 |
Color Harmonies of #2DEE05
Complementary color
Monochromatic Colors of #2DEE05
Black with #2DEE05
Text Example
Text Example
White with #2DEE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE05; }
p { color: rgb(45,238,5); }
H1.HeaderClassName
{
color: #2DEE05;
}
.AnyTagClassName
{
color: #2DEE05;
}
</style>
background-color css
<style>
a { background-color: #2DEE05; }
a { background-color: rgb(45,238,5); }
div.DivClassName
{
background-color: #2DEE05;
}
.BgClassName
{
background-color: #2DEE05;
}
</style>
border-color css
<style>
span { border-color: #2DEE05; }
span { border-color: rgb(45,238,5); }
td.TdClassName
{
border-color: #2DEE05;
}
.TagClassName
{
border-color: #2DEE05;
}
</style>