#30F40F

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

Shades of Harlequin #30F40F

Tints of Harlequin #30F40F

Color information

#30F40F (or 0x30F40F) is unknown color: approx Harlequin. HEX triplet: 30, F4 and 0F. RGB value is (48,244,15). Sum of RGB (Red+Green+Blue) = 48+244+15=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 244 (95.70% from 255 or 79.48% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 244 - color contains mainly: green. Hex color #30F40F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F40F is #CF0BF0. Grayscale: #A0A0A0. Windows color (decimal): -13569009 or 1045552. OLE color: 1045552.

HSL color Cylindrical-coordinate representation of color #30F40F: hue angle of 111.35º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30F40F is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB4824415-
CMYK0.8000.940.04
HSL111.35º91.24%50.78%-
HSV(B)111.35º93.85%95.69%-
XYZ33.6665.3611.29-
YUV159.2946.5748.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 244 (95.70% from 255) = 79.48%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=15.64%
G=79.48%
B=4.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal48244150.8000.940.04111.3591.2450.78
Hex30F4F5005E46f5b33
Octal60364171200136415713363
Binary11000011110100111110100000101111010011011111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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