Shades of Harlequin #30F30B
Tints of Harlequin #30F30B
RGB
CMYK
RGB Variations
Color information
#30F30B (or 0x30F30B) is known color: Harlequin. HEX triplet: 30, F3 and 0B. RGB value is (48,243,11). Sum of RGB (Red+Green+Blue) = 48+243+11=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 243 (95.31% from 255 or 80.46% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 243 - color contains mainly: green. Hex color #30F30B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F30B is #CF0CF4. Grayscale: #9E9E9E. Windows color (decimal): -13569269 or 783152. OLE color: 783152.
HSL color Cylindrical-coordinate representation of color #30F30B: hue angle of 110.43º 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 #30F30B is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 11 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.05 |
| HSL | 110.43º | 0.91% | 0.5% | - |
| HSV(B) | 110.43º | 0.95% | 0.95% | - |
| XYZ | 33.33 | 64.75 | 11.06 | - |
| YUV | 158.25 | 44.9 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 11 | 0.80 | 0 | 0.95 | 0.05 | 110.43 | 0.91 | 0.5 |
| Hex | 30 | F3 | B | 50 | 0 | 5F | 5 | 6E | 5B | 32 |
| Octal | 60 | 363 | 13 | 120 | 0 | 137 | 5 | 156 | 133 | 62 |
| Binary | 110000 | 11110011 | 1011 | 1010000 | 0 | 1011111 | 101 | 1101110 | 1011011 | 110010 |
Color Harmonies of #30F30B
Complementary color
Monochromatic Colors of #30F30B
Black with #30F30B
Text Example
Text Example
White with #30F30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F30B; }
p { color: rgb(48,243,11); }
H1.HeaderClassName
{
color: #30F30B;
}
.AnyTagClassName
{
color: #30F30B;
}
</style>
background-color css
<style>
a { background-color: #30F30B; }
a { background-color: rgb(48,243,11); }
div.DivClassName
{
background-color: #30F30B;
}
.BgClassName
{
background-color: #30F30B;
}
</style>
border-color css
<style>
span { border-color: #30F30B; }
span { border-color: rgb(48,243,11); }
td.TdClassName
{
border-color: #30F30B;
}
.TagClassName
{
border-color: #30F30B;
}
</style>