Shades of Harlequin #30F318
Tints of Harlequin #30F318
RGB
CMYK
RGB Variations
Color information
#30F318 (or 0x30F318) is known color: Harlequin. HEX triplet: 30, F3 and 18. RGB value is (48,243,24). Sum of RGB (Red+Green+Blue) = 48+243+24=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 243 (95.31% from 255 or 77.14% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 243 - color contains mainly: green. Hex color #30F318 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F318 is #CF0CE7. Grayscale: #A0A0A0. Windows color (decimal): -13569256 or 1635120. OLE color: 1635120.
HSL color Cylindrical-coordinate representation of color #30F318: hue angle of 113.42º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30F318 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 243 | 24 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.05 |
| HSL | 113.42º | 0.9% | 0.52% | - |
| HSV(B) | 113.42º | 0.9% | 0.95% | - |
| XYZ | 33.43 | 64.8 | 11.61 | - |
| YUV | 159.73 | 51.4 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 243 | 24 | 0.80 | 0 | 0.90 | 0.05 | 113.42 | 0.9 | 0.52 |
| Hex | 30 | F3 | 18 | 50 | 0 | 5A | 5 | 71 | 5A | 34 |
| Octal | 60 | 363 | 30 | 120 | 0 | 132 | 5 | 161 | 132 | 64 |
| Binary | 110000 | 11110011 | 11000 | 1010000 | 0 | 1011010 | 101 | 1110001 | 1011010 | 110100 |
Color Harmonies of #30F318
Complementary color
Monochromatic Colors of #30F318
Black with #30F318
Text Example
Text Example
White with #30F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F318; }
p { color: rgb(48,243,24); }
H1.HeaderClassName
{
color: #30F318;
}
.AnyTagClassName
{
color: #30F318;
}
</style>
background-color css
<style>
a { background-color: #30F318; }
a { background-color: rgb(48,243,24); }
div.DivClassName
{
background-color: #30F318;
}
.BgClassName
{
background-color: #30F318;
}
</style>
border-color css
<style>
span { border-color: #30F318; }
span { border-color: rgb(48,243,24); }
td.TdClassName
{
border-color: #30F318;
}
.TagClassName
{
border-color: #30F318;
}
</style>