Shades of Harlequin #30F21D
Tints of Harlequin #30F21D
RGB
CMYK
RGB Variations
Color information
#30F21D (or 0x30F21D) is known color: Harlequin. HEX triplet: 30, F2 and 1D. RGB value is (48,242,29). Sum of RGB (Red+Green+Blue) = 48+242+29=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 242 (94.92% from 255 or 75.86% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 242 - color contains mainly: green. Hex color #30F21D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F21D is #CF0DE2. Grayscale: #A0A0A0. Windows color (decimal): -13569507 or 1962544. OLE color: 1962544.
HSL color Cylindrical-coordinate representation of color #30F21D: hue angle of 114.65º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30F21D is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 242 | 29 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.05 |
| HSL | 114.65º | 0.89% | 0.53% | - |
| HSV(B) | 114.65º | 0.88% | 0.95% | - |
| XYZ | 33.19 | 64.22 | 11.81 | - |
| YUV | 159.71 | 54.23 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 242 | 29 | 0.80 | 0 | 0.88 | 0.05 | 114.65 | 0.89 | 0.53 |
| Hex | 30 | F2 | 1D | 50 | 0 | 58 | 5 | 73 | 59 | 35 |
| Octal | 60 | 362 | 35 | 120 | 0 | 130 | 5 | 163 | 131 | 65 |
| Binary | 110000 | 11110010 | 11101 | 1010000 | 0 | 1011000 | 101 | 1110011 | 1011001 | 110101 |
Color Harmonies of #30F21D
Complementary color
Monochromatic Colors of #30F21D
Black with #30F21D
Text Example
Text Example
White with #30F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F21D; }
p { color: rgb(48,242,29); }
H1.HeaderClassName
{
color: #30F21D;
}
.AnyTagClassName
{
color: #30F21D;
}
</style>
background-color css
<style>
a { background-color: #30F21D; }
a { background-color: rgb(48,242,29); }
div.DivClassName
{
background-color: #30F21D;
}
.BgClassName
{
background-color: #30F21D;
}
</style>
border-color css
<style>
span { border-color: #30F21D; }
span { border-color: rgb(48,242,29); }
td.TdClassName
{
border-color: #30F21D;
}
.TagClassName
{
border-color: #30F21D;
}
</style>