Shades of Harlequin #2DFD0E
Tints of Harlequin #2DFD0E
RGB
CMYK
RGB Variations
Color information
#2DFD0E (or 0x2DFD0E) is known color: Harlequin. HEX triplet: 2D, FD and 0E. RGB value is (45,253,14). Sum of RGB (Red+Green+Blue) = 45+253+14=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 253 (99.22% from 255 or 81.09% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFD0E is #D202F1. Grayscale: #A4A4A4. Windows color (decimal): -13763314 or 982317. OLE color: 982317.
HSL color Cylindrical-coordinate representation of color #2DFD0E: hue angle of 112.22º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DFD0E is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 14 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.01 |
| HSL | 112.22º | 0.98% | 0.52% | - |
| HSV(B) | 112.22º | 0.94% | 0.99% | - |
| XYZ | 36.29 | 70.84 | 12.18 | - |
| YUV | 163.56 | 43.59 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 14 | 0.82 | 0 | 0.94 | 0.01 | 112.22 | 0.98 | 0.52 |
| Hex | 2D | FD | E | 52 | 0 | 5E | 1 | 70 | 62 | 34 |
| Octal | 55 | 375 | 16 | 122 | 0 | 136 | 1 | 160 | 142 | 64 |
| Binary | 101101 | 11111101 | 1110 | 1010010 | 0 | 1011110 | 1 | 1110000 | 1100010 | 110100 |
Color Harmonies of #2DFD0E
Complementary color
Monochromatic Colors of #2DFD0E
Black with #2DFD0E
Text Example
Text Example
White with #2DFD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD0E; }
p { color: rgb(45,253,14); }
H1.HeaderClassName
{
color: #2DFD0E;
}
.AnyTagClassName
{
color: #2DFD0E;
}
</style>
background-color css
<style>
a { background-color: #2DFD0E; }
a { background-color: rgb(45,253,14); }
div.DivClassName
{
background-color: #2DFD0E;
}
.BgClassName
{
background-color: #2DFD0E;
}
</style>
border-color css
<style>
span { border-color: #2DFD0E; }
span { border-color: rgb(45,253,14); }
td.TdClassName
{
border-color: #2DFD0E;
}
.TagClassName
{
border-color: #2DFD0E;
}
</style>