Shades of Harlequin #30F11F
Tints of Harlequin #30F11F
RGB
CMYK
RGB Variations
Color information
#30F11F (or 0x30F11F) is known color: Harlequin. HEX triplet: 30, F1 and 1F. RGB value is (48,241,31). Sum of RGB (Red+Green+Blue) = 48+241+31=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #30F11F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F11F is #CF0EE0. Grayscale: #A0A0A0. Windows color (decimal): -13569761 or 2093360. OLE color: 2093360.
HSL color Cylindrical-coordinate representation of color #30F11F: hue angle of 115.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30F11F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 31 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.05 |
| HSL | 115.14º | 0.88% | 0.53% | - |
| HSV(B) | 115.14º | 0.87% | 0.95% | - |
| XYZ | 32.92 | 63.64 | 11.84 | - |
| YUV | 159.35 | 55.56 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 31 | 0.80 | 0 | 0.87 | 0.05 | 115.14 | 0.88 | 0.53 |
| Hex | 30 | F1 | 1F | 50 | 0 | 57 | 5 | 73 | 58 | 35 |
| Octal | 60 | 361 | 37 | 120 | 0 | 127 | 5 | 163 | 130 | 65 |
| Binary | 110000 | 11110001 | 11111 | 1010000 | 0 | 1010111 | 101 | 1110011 | 1011000 | 110101 |
Color Harmonies of #30F11F
Complementary color
Monochromatic Colors of #30F11F
Black with #30F11F
Text Example
Text Example
White with #30F11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F11F; }
p { color: rgb(48,241,31); }
H1.HeaderClassName
{
color: #30F11F;
}
.AnyTagClassName
{
color: #30F11F;
}
</style>
background-color css
<style>
a { background-color: #30F11F; }
a { background-color: rgb(48,241,31); }
div.DivClassName
{
background-color: #30F11F;
}
.BgClassName
{
background-color: #30F11F;
}
</style>
border-color css
<style>
span { border-color: #30F11F; }
span { border-color: rgb(48,241,31); }
td.TdClassName
{
border-color: #30F11F;
}
.TagClassName
{
border-color: #30F11F;
}
</style>