Shades of Harlequin #30F10C
Tints of Harlequin #30F10C
RGB
CMYK
RGB Variations
Color information
#30F10C (or 0x30F10C) is known color: Harlequin. HEX triplet: 30, F1 and 0C. RGB value is (48,241,12). Sum of RGB (Red+Green+Blue) = 48+241+12=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 241 (94.53% from 255 or 80.07% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 241 - color contains mainly: green. Hex color #30F10C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F10C is #CF0EF3. Grayscale: #9D9D9D. Windows color (decimal): -13569780 or 848176. OLE color: 848176.
HSL color Cylindrical-coordinate representation of color #30F10C: hue angle of 110.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30F10C is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 12 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.05 |
| HSL | 110.57º | 0.91% | 0.5% | - |
| HSV(B) | 110.57º | 0.95% | 0.95% | - |
| XYZ | 32.74 | 63.57 | 10.89 | - |
| YUV | 157.19 | 46.06 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 12 | 0.80 | 0 | 0.95 | 0.05 | 110.57 | 0.91 | 0.5 |
| Hex | 30 | F1 | C | 50 | 0 | 5F | 5 | 6F | 5B | 32 |
| Octal | 60 | 361 | 14 | 120 | 0 | 137 | 5 | 157 | 133 | 62 |
| Binary | 110000 | 11110001 | 1100 | 1010000 | 0 | 1011111 | 101 | 1101111 | 1011011 | 110010 |
Color Harmonies of #30F10C
Complementary color
Monochromatic Colors of #30F10C
Black with #30F10C
Text Example
Text Example
White with #30F10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F10C; }
p { color: rgb(48,241,12); }
H1.HeaderClassName
{
color: #30F10C;
}
.AnyTagClassName
{
color: #30F10C;
}
</style>
background-color css
<style>
a { background-color: #30F10C; }
a { background-color: rgb(48,241,12); }
div.DivClassName
{
background-color: #30F10C;
}
.BgClassName
{
background-color: #30F10C;
}
</style>
border-color css
<style>
span { border-color: #30F10C; }
span { border-color: rgb(48,241,12); }
td.TdClassName
{
border-color: #30F10C;
}
.TagClassName
{
border-color: #30F10C;
}
</style>