Shades of Harlequin #2DDF0F
Tints of Harlequin #2DDF0F
RGB
CMYK
RGB Variations
Color information
#2DDF0F (or 0x2DDF0F) is known color: Harlequin. HEX triplet: 2D, DF and 0F. RGB value is (45,223,15). Sum of RGB (Red+Green+Blue) = 45+223+15=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 223 (87.5% from 255 or 78.80% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDF0F is #D220F0. Grayscale: #929292. Windows color (decimal): -13770993 or 1040173. OLE color: 1040173.
HSL color Cylindrical-coordinate representation of color #2DDF0F: hue angle of 111.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DDF0F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.13 |
| HSL | 111.35º | 0.87% | 0.47% | - |
| HSV(B) | 111.35º | 0.93% | 0.87% | - |
| XYZ | 27.56 | 53.37 | 9.3 | - |
| YUV | 146.07 | 54.03 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 15 | 0.80 | 0 | 0.93 | 0.13 | 111.35 | 0.87 | 0.47 |
| Hex | 2D | DF | F | 50 | 0 | 5D | D | 6F | 57 | 2F |
| Octal | 55 | 337 | 17 | 120 | 0 | 135 | 15 | 157 | 127 | 57 |
| Binary | 101101 | 11011111 | 1111 | 1010000 | 0 | 1011101 | 1101 | 1101111 | 1010111 | 101111 |
Color Harmonies of #2DDF0F
Complementary color
Monochromatic Colors of #2DDF0F
Black with #2DDF0F
Text Example
Text Example
White with #2DDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF0F; }
p { color: rgb(45,223,15); }
H1.HeaderClassName
{
color: #2DDF0F;
}
.AnyTagClassName
{
color: #2DDF0F;
}
</style>
background-color css
<style>
a { background-color: #2DDF0F; }
a { background-color: rgb(45,223,15); }
div.DivClassName
{
background-color: #2DDF0F;
}
.BgClassName
{
background-color: #2DDF0F;
}
</style>
border-color css
<style>
span { border-color: #2DDF0F; }
span { border-color: rgb(45,223,15); }
td.TdClassName
{
border-color: #2DDF0F;
}
.TagClassName
{
border-color: #2DDF0F;
}
</style>