Shades of Harlequin #2DE714
Tints of Harlequin #2DE714
RGB
CMYK
RGB Variations
Color information
#2DE714 (or 0x2DE714) is known color: Harlequin. HEX triplet: 2D, E7 and 14. RGB value is (45,231,20). Sum of RGB (Red+Green+Blue) = 45+231+20=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 231 (90.62% from 255 or 78.04% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DE714 is #D218EB. Grayscale: #979797. Windows color (decimal): -13768940 or 1369901. OLE color: 1369901.
HSL color Cylindrical-coordinate representation of color #2DE714: hue angle of 112.89º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DE714 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 20 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.09 |
| HSL | 112.89º | 0.84% | 0.49% | - |
| HSV(B) | 112.89º | 0.91% | 0.91% | - |
| XYZ | 29.78 | 57.76 | 10.24 | - |
| YUV | 151.33 | 53.88 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 20 | 0.81 | 0 | 0.91 | 0.09 | 112.89 | 0.84 | 0.49 |
| Hex | 2D | E7 | 14 | 51 | 0 | 5B | 9 | 71 | 54 | 31 |
| Octal | 55 | 347 | 24 | 121 | 0 | 133 | 11 | 161 | 124 | 61 |
| Binary | 101101 | 11100111 | 10100 | 1010001 | 0 | 1011011 | 1001 | 1110001 | 1010100 | 110001 |
Color Harmonies of #2DE714
Complementary color
Monochromatic Colors of #2DE714
Black with #2DE714
Text Example
Text Example
White with #2DE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE714; }
p { color: rgb(45,231,20); }
H1.HeaderClassName
{
color: #2DE714;
}
.AnyTagClassName
{
color: #2DE714;
}
</style>
background-color css
<style>
a { background-color: #2DE714; }
a { background-color: rgb(45,231,20); }
div.DivClassName
{
background-color: #2DE714;
}
.BgClassName
{
background-color: #2DE714;
}
</style>
border-color css
<style>
span { border-color: #2DE714; }
span { border-color: rgb(45,231,20); }
td.TdClassName
{
border-color: #2DE714;
}
.TagClassName
{
border-color: #2DE714;
}
</style>