Shades of Harlequin #2DDA00
Tints of Harlequin #2DDA00
RGB
CMYK
RGB Variations
Color information
#2DDA00 (or 0x2DDA00) is known color: Harlequin. HEX triplet: 2D, DA and 00. RGB value is (45,218,0). Sum of RGB (Red+Green+Blue) = 45+218+0=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 218 (85.55% from 255 or 82.89% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDA00 is #D225FF. Grayscale: #8E8E8E. Windows color (decimal): -13772288 or 55853. OLE color: 55853.
HSL color Cylindrical-coordinate representation of color #2DDA00: hue angle of 107.61º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DDA00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.15 |
| HSL | 107.61º | 1% | 0.43% | - |
| HSV(B) | 107.61º | 1% | 0.85% | - |
| XYZ | 26.15 | 50.7 | 8.41 | - |
| YUV | 141.42 | 48.19 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 0 | 0.79 | 0 | 1 | 0.15 | 107.61 | 1 | 0.43 |
| Hex | 2D | DA | 0 | 4F | 0 | 64 | F | 6C | 64 | 2B |
| Octal | 55 | 332 | 0 | 117 | 0 | 144 | 17 | 154 | 144 | 53 |
| Binary | 101101 | 11011010 | 0 | 1001111 | 0 | 1100100 | 1111 | 1101100 | 1100100 | 101011 |
Color Harmonies of #2DDA00
Complementary color
Monochromatic Colors of #2DDA00
Black with #2DDA00
Text Example
Text Example
White with #2DDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA00; }
p { color: rgb(45,218,0); }
H1.HeaderClassName
{
color: #2DDA00;
}
.AnyTagClassName
{
color: #2DDA00;
}
</style>
background-color css
<style>
a { background-color: #2DDA00; }
a { background-color: rgb(45,218,0); }
div.DivClassName
{
background-color: #2DDA00;
}
.BgClassName
{
background-color: #2DDA00;
}
</style>
border-color css
<style>
span { border-color: #2DDA00; }
span { border-color: rgb(45,218,0); }
td.TdClassName
{
border-color: #2DDA00;
}
.TagClassName
{
border-color: #2DDA00;
}
</style>