Shades of Harlequin #30FF07
Tints of Harlequin #30FF07
RGB
CMYK
RGB Variations
Color information
#30FF07 (or 0x30FF07) is known color: Harlequin. HEX triplet: 30, FF and 07. RGB value is (48,255,7). Sum of RGB (Red+Green+Blue) = 48+255+7=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 255 (100% from 255 or 82.26% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FF07 is #CF00F8. Grayscale: #A5A5A5. Windows color (decimal): -13566201 or 524080. OLE color: 524080.
HSL color Cylindrical-coordinate representation of color #30FF07: hue angle of 110.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30FF07 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 7 | - |
| CMYK | 0.81 | 0 | 0.97 | 0 |
| HSL | 110.08º | 1% | 0.51% | - |
| HSV(B) | 110.08º | 0.97% | 1% | - |
| XYZ | 37.02 | 72.16 | 12.18 | - |
| YUV | 164.84 | 38.92 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 7 | 0.81 | 0 | 0.97 | 0 | 110.08 | 1 | 0.51 |
| Hex | 30 | FF | 7 | 51 | 0 | 61 | 0 | 6E | 64 | 33 |
| Octal | 60 | 377 | 7 | 121 | 0 | 141 | 0 | 156 | 144 | 63 |
| Binary | 110000 | 11111111 | 111 | 1010001 | 0 | 1100001 | 0 | 1101110 | 1100100 | 110011 |
Color Harmonies of #30FF07
Complementary color
Monochromatic Colors of #30FF07
Black with #30FF07
Text Example
Text Example
White with #30FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF07; }
p { color: rgb(48,255,7); }
H1.HeaderClassName
{
color: #30FF07;
}
.AnyTagClassName
{
color: #30FF07;
}
</style>
background-color css
<style>
a { background-color: #30FF07; }
a { background-color: rgb(48,255,7); }
div.DivClassName
{
background-color: #30FF07;
}
.BgClassName
{
background-color: #30FF07;
}
</style>
border-color css
<style>
span { border-color: #30FF07; }
span { border-color: rgb(48,255,7); }
td.TdClassName
{
border-color: #30FF07;
}
.TagClassName
{
border-color: #30FF07;
}
</style>