Shades of Harlequin #2DEE14
Tints of Harlequin #2DEE14
RGB
CMYK
RGB Variations
Color information
#2DEE14 (or 0x2DEE14) is known color: Harlequin. HEX triplet: 2D, EE and 14. RGB value is (45,238,20). Sum of RGB (Red+Green+Blue) = 45+238+20=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 238 (93.36% from 255 or 78.55% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEE14 is #D211EB. Grayscale: #9C9C9C. Windows color (decimal): -13767148 or 1371693. OLE color: 1371693.
HSL color Cylindrical-coordinate representation of color #2DEE14: hue angle of 113.12º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DEE14 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 20 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.07 |
| HSL | 113.12º | 0.87% | 0.51% | - |
| HSV(B) | 113.12º | 0.92% | 0.93% | - |
| XYZ | 31.78 | 61.76 | 10.91 | - |
| YUV | 155.44 | 51.56 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 20 | 0.81 | 0 | 0.92 | 0.07 | 113.12 | 0.87 | 0.51 |
| Hex | 2D | EE | 14 | 51 | 0 | 5C | 7 | 71 | 57 | 33 |
| Octal | 55 | 356 | 24 | 121 | 0 | 134 | 7 | 161 | 127 | 63 |
| Binary | 101101 | 11101110 | 10100 | 1010001 | 0 | 1011100 | 111 | 1110001 | 1010111 | 110011 |
Color Harmonies of #2DEE14
Complementary color
Monochromatic Colors of #2DEE14
Black with #2DEE14
Text Example
Text Example
White with #2DEE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE14; }
p { color: rgb(45,238,20); }
H1.HeaderClassName
{
color: #2DEE14;
}
.AnyTagClassName
{
color: #2DEE14;
}
</style>
background-color css
<style>
a { background-color: #2DEE14; }
a { background-color: rgb(45,238,20); }
div.DivClassName
{
background-color: #2DEE14;
}
.BgClassName
{
background-color: #2DEE14;
}
</style>
border-color css
<style>
span { border-color: #2DEE14; }
span { border-color: rgb(45,238,20); }
td.TdClassName
{
border-color: #2DEE14;
}
.TagClassName
{
border-color: #2DEE14;
}
</style>