#30F31C

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

Shades of Harlequin #30F31C

Tints of Harlequin #30F31C

Color information

#30F31C (or 0x30F31C) is unknown color: approx Harlequin. HEX triplet: 30, F3 and 1C. RGB value is (48,243,28). Sum of RGB (Red+Green+Blue) = 48+243+28=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 243 (95.31% from 255 or 76.18% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 243 - color contains mainly: green. Hex color #30F31C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F31C is #CF0CE3. Grayscale: #A0A0A0. Windows color (decimal): -13569252 or 1897264. OLE color: 1897264.

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

Color convert

RGB4824328-
CMYK0.8000.880.05
HSL114.42º89.96%53.14%-
HSV(B)114.42º88.48%95.29%-
XYZ33.4864.8111.84-
YUV160.1853.447.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 243 (95.31% from 255) = 76.18%
BLUE value IS 28 (11.33% from 255) = 8.78%
R=15.05%
G=76.18%
B=8.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48243280.8000.880.05114.4289.9653.14
Hex30F31C500585725a35
Octal60363341200130516213265
Binary110000111100111110010100000101100010111100101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,243,28); }

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

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

 a { background-color: rgb(48,243,28); }

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

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

 span { border-color: rgb(48,243,28); }

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