Shades of Harlequin #30DF03
Tints of Harlequin #30DF03
RGB
CMYK
RGB Variations
Color information
#30DF03 (or 0x30DF03) is known color: Harlequin. HEX triplet: 30, DF and 03. RGB value is (48,223,3). Sum of RGB (Red+Green+Blue) = 48+223+3=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 223 (87.5% from 255 or 81.39% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DF03 is #CF20FC. Grayscale: #929292. Windows color (decimal): -13574397 or 253744. OLE color: 253744.
HSL color Cylindrical-coordinate representation of color #30DF03: hue angle of 107.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30DF03 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 223 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.13 |
| HSL | 107.73º | 0.97% | 0.44% | - |
| HSV(B) | 107.73º | 0.99% | 0.87% | - |
| XYZ | 27.62 | 53.41 | 8.94 | - |
| YUV | 145.6 | 47.52 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 223 | 3 | 0.78 | 0 | 0.99 | 0.13 | 107.73 | 0.97 | 0.44 |
| Hex | 30 | DF | 3 | 4E | 0 | 63 | D | 6C | 61 | 2C |
| Octal | 60 | 337 | 3 | 116 | 0 | 143 | 15 | 154 | 141 | 54 |
| Binary | 110000 | 11011111 | 11 | 1001110 | 0 | 1100011 | 1101 | 1101100 | 1100001 | 101100 |
Color Harmonies of #30DF03
Complementary color
Monochromatic Colors of #30DF03
Black with #30DF03
Text Example
Text Example
White with #30DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DF03; }
p { color: rgb(48,223,3); }
H1.HeaderClassName
{
color: #30DF03;
}
.AnyTagClassName
{
color: #30DF03;
}
</style>
background-color css
<style>
a { background-color: #30DF03; }
a { background-color: rgb(48,223,3); }
div.DivClassName
{
background-color: #30DF03;
}
.BgClassName
{
background-color: #30DF03;
}
</style>
border-color css
<style>
span { border-color: #30DF03; }
span { border-color: rgb(48,223,3); }
td.TdClassName
{
border-color: #30DF03;
}
.TagClassName
{
border-color: #30DF03;
}
</style>