Shades of Harlequin #2DD703
Tints of Harlequin #2DD703
RGB
CMYK
RGB Variations
Color information
#2DD703 (or 0x2DD703) is known color: Harlequin. HEX triplet: 2D, D7 and 03. RGB value is (45,215,3). Sum of RGB (Red+Green+Blue) = 45+215+3=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 215 (84.38% from 255 or 81.75% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD703 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD703 is #D228FC. Grayscale: #8C8C8C. Windows color (decimal): -13773053 or 251693. OLE color: 251693.
HSL color Cylindrical-coordinate representation of color #2DD703: hue angle of 108.11º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DD703 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.16 |
| HSL | 108.11º | 0.97% | 0.43% | - |
| HSV(B) | 108.11º | 0.99% | 0.84% | - |
| XYZ | 25.4 | 49.17 | 8.24 | - |
| YUV | 140 | 50.68 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 3 | 0.79 | 0 | 0.99 | 0.16 | 108.11 | 0.97 | 0.43 |
| Hex | 2D | D7 | 3 | 4F | 0 | 63 | 10 | 6C | 61 | 2B |
| Octal | 55 | 327 | 3 | 117 | 0 | 143 | 20 | 154 | 141 | 53 |
| Binary | 101101 | 11010111 | 11 | 1001111 | 0 | 1100011 | 10000 | 1101100 | 1100001 | 101011 |
Color Harmonies of #2DD703
Complementary color
Monochromatic Colors of #2DD703
Black with #2DD703
Text Example
Text Example
White with #2DD703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD703; }
p { color: rgb(45,215,3); }
H1.HeaderClassName
{
color: #2DD703;
}
.AnyTagClassName
{
color: #2DD703;
}
</style>
background-color css
<style>
a { background-color: #2DD703; }
a { background-color: rgb(45,215,3); }
div.DivClassName
{
background-color: #2DD703;
}
.BgClassName
{
background-color: #2DD703;
}
</style>
border-color css
<style>
span { border-color: #2DD703; }
span { border-color: rgb(45,215,3); }
td.TdClassName
{
border-color: #2DD703;
}
.TagClassName
{
border-color: #2DD703;
}
</style>