Shades of Harlequin #30FE01
Tints of Harlequin #30FE01
RGB
CMYK
RGB Variations
Color information
#30FE01 (or 0x30FE01) is known color: Harlequin. HEX triplet: 30, FE and 01. RGB value is (48,254,1). Sum of RGB (Red+Green+Blue) = 48+254+1=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 254 (99.61% from 255 or 83.83% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FE01 is #CF01FE. Grayscale: #A4A4A4. Windows color (decimal): -13566463 or 130608. OLE color: 130608.
HSL color Cylindrical-coordinate representation of color #30FE01: hue angle of 108.85º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30FE01 is Cyan = 0.81, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 1 | - |
| CMYK | 0.81 | 0 | 1.00 | 0.00 |
| HSL | 108.85º | 0.99% | 0.5% | - |
| HSV(B) | 108.85º | 1% | 1% | - |
| XYZ | 36.67 | 71.51 | 11.9 | - |
| YUV | 163.56 | 36.25 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 1 | 0.81 | 0 | 1.00 | 0.00 | 108.85 | 0.99 | 0.5 |
| Hex | 30 | FE | 1 | 51 | 0 | 64 | 0 | 6D | 63 | 32 |
| Octal | 60 | 376 | 1 | 121 | 0 | 144 | 0 | 155 | 143 | 62 |
| Binary | 110000 | 11111110 | 1 | 1010001 | 0 | 1100100 | 0 | 1101101 | 1100011 | 110010 |
Color Harmonies of #30FE01
Complementary color
Monochromatic Colors of #30FE01
Black with #30FE01
Text Example
Text Example
White with #30FE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FE01; }
p { color: rgb(48,254,1); }
H1.HeaderClassName
{
color: #30FE01;
}
.AnyTagClassName
{
color: #30FE01;
}
</style>
background-color css
<style>
a { background-color: #30FE01; }
a { background-color: rgb(48,254,1); }
div.DivClassName
{
background-color: #30FE01;
}
.BgClassName
{
background-color: #30FE01;
}
</style>
border-color css
<style>
span { border-color: #30FE01; }
span { border-color: rgb(48,254,1); }
td.TdClassName
{
border-color: #30FE01;
}
.TagClassName
{
border-color: #30FE01;
}
</style>