Shades of Harlequin #30FD18
Tints of Harlequin #30FD18
RGB
CMYK
RGB Variations
Color information
#30FD18 (or 0x30FD18) is known color: Harlequin. HEX triplet: 30, FD and 18. RGB value is (48,253,24). Sum of RGB (Red+Green+Blue) = 48+253+24=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 253 (99.22% from 255 or 77.85% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FD18 is #CF02E7. Grayscale: #A6A6A6. Windows color (decimal): -13566696 or 1637680. OLE color: 1637680.
HSL color Cylindrical-coordinate representation of color #30FD18: hue angle of 113.71º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30FD18 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 24 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.01 |
| HSL | 113.71º | 0.98% | 0.54% | - |
| HSV(B) | 113.71º | 0.91% | 0.99% | - |
| XYZ | 36.51 | 70.94 | 12.63 | - |
| YUV | 165.6 | 48.08 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 24 | 0.81 | 0 | 0.91 | 0.01 | 113.71 | 0.98 | 0.54 |
| Hex | 30 | FD | 18 | 51 | 0 | 5B | 1 | 72 | 62 | 36 |
| Octal | 60 | 375 | 30 | 121 | 0 | 133 | 1 | 162 | 142 | 66 |
| Binary | 110000 | 11111101 | 11000 | 1010001 | 0 | 1011011 | 1 | 1110010 | 1100010 | 110110 |
Color Harmonies of #30FD18
Complementary color
Monochromatic Colors of #30FD18
Black with #30FD18
Text Example
Text Example
White with #30FD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FD18; }
p { color: rgb(48,253,24); }
H1.HeaderClassName
{
color: #30FD18;
}
.AnyTagClassName
{
color: #30FD18;
}
</style>
background-color css
<style>
a { background-color: #30FD18; }
a { background-color: rgb(48,253,24); }
div.DivClassName
{
background-color: #30FD18;
}
.BgClassName
{
background-color: #30FD18;
}
</style>
border-color css
<style>
span { border-color: #30FD18; }
span { border-color: rgb(48,253,24); }
td.TdClassName
{
border-color: #30FD18;
}
.TagClassName
{
border-color: #30FD18;
}
</style>