Shades of Harlequin #2DE504
Tints of Harlequin #2DE504
RGB
CMYK
RGB Variations
Color information
#2DE504 (or 0x2DE504) is known color: Harlequin. HEX triplet: 2D, E5 and 04. RGB value is (45,229,4). Sum of RGB (Red+Green+Blue) = 45+229+4=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 229 (89.84% from 255 or 82.37% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DE504 is #D21AFB. Grayscale: #959595. Windows color (decimal): -13769468 or 320813. OLE color: 320813.
HSL color Cylindrical-coordinate representation of color #2DE504: hue angle of 109.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DE504 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 229 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.10 |
| HSL | 109.07º | 0.97% | 0.46% | - |
| HSV(B) | 109.07º | 0.98% | 0.9% | - |
| XYZ | 29.12 | 56.61 | 9.51 | - |
| YUV | 148.33 | 46.54 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 229 | 4 | 0.80 | 0 | 0.98 | 0.10 | 109.07 | 0.97 | 0.46 |
| Hex | 2D | E5 | 4 | 50 | 0 | 62 | A | 6D | 61 | 2E |
| Octal | 55 | 345 | 4 | 120 | 0 | 142 | 12 | 155 | 141 | 56 |
| Binary | 101101 | 11100101 | 100 | 1010000 | 0 | 1100010 | 1010 | 1101101 | 1100001 | 101110 |
Color Harmonies of #2DE504
Complementary color
Monochromatic Colors of #2DE504
Black with #2DE504
Text Example
Text Example
White with #2DE504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE504; }
p { color: rgb(45,229,4); }
H1.HeaderClassName
{
color: #2DE504;
}
.AnyTagClassName
{
color: #2DE504;
}
</style>
background-color css
<style>
a { background-color: #2DE504; }
a { background-color: rgb(45,229,4); }
div.DivClassName
{
background-color: #2DE504;
}
.BgClassName
{
background-color: #2DE504;
}
</style>
border-color css
<style>
span { border-color: #2DE504; }
span { border-color: rgb(45,229,4); }
td.TdClassName
{
border-color: #2DE504;
}
.TagClassName
{
border-color: #2DE504;
}
</style>