#30F10F

Color #30F10F Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #30F10F

Tints of Harlequin #30F10F

Color information

#30F10F (or 0x30F10F) is unknown color: approx Harlequin. HEX triplet: 30, F1 and 0F. RGB value is (48,241,15). Sum of RGB (Red+Green+Blue) = 48+241+15=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 241 (94.53% from 255 or 79.28% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 241 - color contains mainly: green. Hex color #30F10F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F10F is #CF0EF0. Grayscale: #9E9E9E. Windows color (decimal): -13569777 or 1044784. OLE color: 1044784.

HSL color Cylindrical-coordinate representation of color #30F10F: hue angle of 111.24º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30F10F is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB4824115-
CMYK0.8000.940.05
HSL111.24º88.98%50.2%-
HSV(B)111.24º93.78%94.51%-
XYZ32.7663.5711-
YUV157.5347.5649.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 241 (94.53% from 255) = 79.28%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=15.79%
G=79.28%
B=4.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48241150.8000.940.05111.2488.9850.2
Hex30F1F5005E56f5932
Octal60361171200136515713162
Binary11000011110001111110100000101111010111011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30F10F; }

 p { color: rgb(48,241,15); }

 H1.HeaderClassName
 {
   color: #30F10F;
 }
 .AnyTagClassName
 {
   color: #30F10F;
 }
</style>
background-color css

<style>
 a { background-color: #30F10F; }

 a { background-color: rgb(48,241,15); }

 div.DivClassName
 {
   background-color: #30F10F;
 }
 .BgClassName
 {
   background-color: #30F10F;
 }
</style>
border-color css

<style>
 span { border-color: #30F10F; }

 span { border-color: rgb(48,241,15); }

 td.TdClassName
 {
   border-color: #30F10F;
 }
 .TagClassName
 {
   border-color: #30F10F;
 }
</style>