Shades of Harlequin #2DE202
Tints of Harlequin #2DE202
RGB
CMYK
RGB Variations
Color information
#2DE202 (or 0x2DE202) is known color: Harlequin. HEX triplet: 2D, E2 and 02. RGB value is (45,226,2). Sum of RGB (Red+Green+Blue) = 45+226+2=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 226 (88.67% from 255 or 82.78% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DE202 is #D21DFD. Grayscale: #939393. Windows color (decimal): -13770238 or 188973. OLE color: 188973.
HSL color Cylindrical-coordinate representation of color #2DE202: hue angle of 108.48º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DE202 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 226 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.11 |
| HSL | 108.48º | 0.98% | 0.45% | - |
| HSV(B) | 108.48º | 0.99% | 0.89% | - |
| XYZ | 28.29 | 54.95 | 9.17 | - |
| YUV | 146.35 | 46.53 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 226 | 2 | 0.80 | 0 | 0.99 | 0.11 | 108.48 | 0.98 | 0.45 |
| Hex | 2D | E2 | 2 | 50 | 0 | 63 | B | 6C | 62 | 2D |
| Octal | 55 | 342 | 2 | 120 | 0 | 143 | 13 | 154 | 142 | 55 |
| Binary | 101101 | 11100010 | 10 | 1010000 | 0 | 1100011 | 1011 | 1101100 | 1100010 | 101101 |
Color Harmonies of #2DE202
Complementary color
Monochromatic Colors of #2DE202
Black with #2DE202
Text Example
Text Example
White with #2DE202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE202; }
p { color: rgb(45,226,2); }
H1.HeaderClassName
{
color: #2DE202;
}
.AnyTagClassName
{
color: #2DE202;
}
</style>
background-color css
<style>
a { background-color: #2DE202; }
a { background-color: rgb(45,226,2); }
div.DivClassName
{
background-color: #2DE202;
}
.BgClassName
{
background-color: #2DE202;
}
</style>
border-color css
<style>
span { border-color: #2DE202; }
span { border-color: rgb(45,226,2); }
td.TdClassName
{
border-color: #2DE202;
}
.TagClassName
{
border-color: #2DE202;
}
</style>