Shades of Harlequin #2DFB12
Tints of Harlequin #2DFB12
RGB
CMYK
RGB Variations
Color information
#2DFB12 (or 0x2DFB12) is known color: Harlequin. HEX triplet: 2D, FB and 12. RGB value is (45,251,18). Sum of RGB (Red+Green+Blue) = 45+251+18=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 251 (98.44% from 255 or 79.94% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFB12 is #D204ED. Grayscale: #A3A3A3. Windows color (decimal): -13763822 or 1243949. OLE color: 1243949.
HSL color Cylindrical-coordinate representation of color #2DFB12: hue angle of 113.05º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DFB12 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 18 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.02 |
| HSL | 113.05º | 0.97% | 0.53% | - |
| HSV(B) | 113.05º | 0.93% | 0.98% | - |
| XYZ | 35.69 | 69.6 | 12.12 | - |
| YUV | 162.84 | 46.25 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 18 | 0.82 | 0 | 0.93 | 0.02 | 113.05 | 0.97 | 0.53 |
| Hex | 2D | FB | 12 | 52 | 0 | 5D | 2 | 71 | 61 | 35 |
| Octal | 55 | 373 | 22 | 122 | 0 | 135 | 2 | 161 | 141 | 65 |
| Binary | 101101 | 11111011 | 10010 | 1010010 | 0 | 1011101 | 10 | 1110001 | 1100001 | 110101 |
Color Harmonies of #2DFB12
Complementary color
Monochromatic Colors of #2DFB12
Black with #2DFB12
Text Example
Text Example
White with #2DFB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB12; }
p { color: rgb(45,251,18); }
H1.HeaderClassName
{
color: #2DFB12;
}
.AnyTagClassName
{
color: #2DFB12;
}
</style>
background-color css
<style>
a { background-color: #2DFB12; }
a { background-color: rgb(45,251,18); }
div.DivClassName
{
background-color: #2DFB12;
}
.BgClassName
{
background-color: #2DFB12;
}
</style>
border-color css
<style>
span { border-color: #2DFB12; }
span { border-color: rgb(45,251,18); }
td.TdClassName
{
border-color: #2DFB12;
}
.TagClassName
{
border-color: #2DFB12;
}
</style>