Shades of Harlequin #2DEE18
Tints of Harlequin #2DEE18
RGB
CMYK
RGB Variations
Color information
#2DEE18 (or 0x2DEE18) is known color: Harlequin. HEX triplet: 2D, EE and 18. RGB value is (45,238,24). Sum of RGB (Red+Green+Blue) = 45+238+24=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 238 (93.36% from 255 or 77.52% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEE18 is #D211E7. Grayscale: #9C9C9C. Windows color (decimal): -13767144 or 1633837. OLE color: 1633837.
HSL color Cylindrical-coordinate representation of color #2DEE18: hue angle of 114.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DEE18 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 24 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.07 |
| HSL | 114.11º | 0.86% | 0.51% | - |
| HSV(B) | 114.11º | 0.9% | 0.93% | - |
| XYZ | 31.82 | 61.77 | 11.11 | - |
| YUV | 155.9 | 53.56 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 24 | 0.81 | 0 | 0.90 | 0.07 | 114.11 | 0.86 | 0.51 |
| Hex | 2D | EE | 18 | 51 | 0 | 5A | 7 | 72 | 56 | 33 |
| Octal | 55 | 356 | 30 | 121 | 0 | 132 | 7 | 162 | 126 | 63 |
| Binary | 101101 | 11101110 | 11000 | 1010001 | 0 | 1011010 | 111 | 1110010 | 1010110 | 110011 |
Color Harmonies of #2DEE18
Complementary color
Monochromatic Colors of #2DEE18
Black with #2DEE18
Text Example
Text Example
White with #2DEE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE18; }
p { color: rgb(45,238,24); }
H1.HeaderClassName
{
color: #2DEE18;
}
.AnyTagClassName
{
color: #2DEE18;
}
</style>
background-color css
<style>
a { background-color: #2DEE18; }
a { background-color: rgb(45,238,24); }
div.DivClassName
{
background-color: #2DEE18;
}
.BgClassName
{
background-color: #2DEE18;
}
</style>
border-color css
<style>
span { border-color: #2DEE18; }
span { border-color: rgb(45,238,24); }
td.TdClassName
{
border-color: #2DEE18;
}
.TagClassName
{
border-color: #2DEE18;
}
</style>