#30F11F

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

Shades of Harlequin #30F11F

Tints of Harlequin #30F11F

Color information

#30F11F (or 0x30F11F) is unknown color: approx 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

RGB4824131-
CMYK0.8000.870.05
HSL115.14º88.24%53.33%-
HSV(B)115.14º87.14%94.51%-
XYZ32.9263.6411.84-
YUV159.3555.5648.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 241 (94.53% from 255) = 75.31%
BLUE value IS 31 (12.5% from 255) = 9.69%
R=15%
G=75.31%
B=9.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48241310.8000.870.05115.1488.2453.33
Hex30F11F500575735835
Octal60361371200127516313065
Binary110000111100011111110100000101011110111100111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>