Shades of Harlequin #2DE915
Tints of Harlequin #2DE915
RGB
CMYK
RGB Variations
Color information
#2DE915 (or 0x2DE915) is known color: Harlequin. HEX triplet: 2D, E9 and 15. RGB value is (45,233,21). Sum of RGB (Red+Green+Blue) = 45+233+21=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 233 (91.41% from 255 or 77.93% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE915 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DE915 is #D216EA. Grayscale: #999999. Windows color (decimal): -13768427 or 1435949. OLE color: 1435949.
HSL color Cylindrical-coordinate representation of color #2DE915: hue angle of 113.21º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DE915 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 233 | 21 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.09 |
| HSL | 113.21º | 0.83% | 0.5% | - |
| HSV(B) | 113.21º | 0.91% | 0.91% | - |
| XYZ | 30.36 | 58.89 | 10.48 | - |
| YUV | 152.62 | 53.72 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 233 | 21 | 0.81 | 0 | 0.91 | 0.09 | 113.21 | 0.83 | 0.5 |
| Hex | 2D | E9 | 15 | 51 | 0 | 5B | 9 | 71 | 53 | 32 |
| Octal | 55 | 351 | 25 | 121 | 0 | 133 | 11 | 161 | 123 | 62 |
| Binary | 101101 | 11101001 | 10101 | 1010001 | 0 | 1011011 | 1001 | 1110001 | 1010011 | 110010 |
Color Harmonies of #2DE915
Complementary color
Monochromatic Colors of #2DE915
Black with #2DE915
Text Example
Text Example
White with #2DE915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE915; }
p { color: rgb(45,233,21); }
H1.HeaderClassName
{
color: #2DE915;
}
.AnyTagClassName
{
color: #2DE915;
}
</style>
background-color css
<style>
a { background-color: #2DE915; }
a { background-color: rgb(45,233,21); }
div.DivClassName
{
background-color: #2DE915;
}
.BgClassName
{
background-color: #2DE915;
}
</style>
border-color css
<style>
span { border-color: #2DE915; }
span { border-color: rgb(45,233,21); }
td.TdClassName
{
border-color: #2DE915;
}
.TagClassName
{
border-color: #2DE915;
}
</style>