Html Css Color HEX #30F109 Harlequin

📋 copy color: '#30F109'

red 48 ◦ green 241 ◦ blue 9

#30F109
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #30F109

Tints of Harlequin #30F109

RGB

 RED value IS 48 (19.14% from 255) = 16.11%

 GREEN value IS 241 (94.53% from 255) = 80.87%

 BLUE value IS 9 (3.91% from 255) = 3.02%

R = 16.11%
G = 80.87%
B = 3.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#30F109 (or 0x30F109) is known color: Harlequin. HEX triplet: 30, F1 and 09. RGB value is (48,241,9). Sum of RGB (Red+Green+Blue) = 48+241+9=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 241 (94.53% from 255 or 80.87% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 241 - color contains mainly: green. Hex color #30F109 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F109 is #CF0EF6. Grayscale: #9D9D9D. Windows color (decimal): -13569783 or 651568. OLE color: 651568.

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

Color convert

RGB 48 241 9 -
CMYK 0.80 0 0.96 0.05
HSL 109.91º 0.93% 0.49% -
HSV(B) 109.91º 0.96% 0.95% -
XYZ 32.72 63.56 10.8 -
YUV 156.85 44.56 50.36 -
System Red Green Blue C M Y K H S L
Decimal 48 241 9 0.80 0 0.96 0.05 109.91 0.93 0.49
Hex 30 F1 9 50 0 60 5 6E 5D 31
Octal 60 361 11 120 0 140 5 156 135 61
Binary 110000 11110001 1001 1010000 0 1100000 101 1101110 1011101 110001

Color Harmonies of #30F109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F109

Black with #30F109

Text Example


Text Example

White with #30F109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30F109;
 }
 .AnyTagClassName
 {
   color: #30F109;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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