Html Css Color HEX #30F008 Harlequin

📋 copy color: '#30F008'

red 48 ◦ green 240 ◦ blue 8

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

Shades of Harlequin #30F008

Tints of Harlequin #30F008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 81.08%

 BLUE value IS 8 (3.52% from 255) = 2.7%

R = 16.22%
G = 81.08%
B = 2.7%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#30F008 (or 0x30F008) is known color: Harlequin. HEX triplet: 30, F0 and 08. RGB value is (48,240,8). Sum of RGB (Red+Green+Blue) = 48+240+8=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 240 (94.14% from 255 or 81.08% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 240 - color contains mainly: green. Hex color #30F008 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F008 is #CF0FF7. Grayscale: #9C9C9C. Windows color (decimal): -13570040 or 585776. OLE color: 585776.

HSL color Cylindrical-coordinate representation of color #30F008: hue angle of 109.66º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30F008 is Cyan = 0.8, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 8 -
CMYK 0.8 0 0.97 0.06
HSL 109.66º 0.94% 0.49% -
HSV(B) 109.66º 0.97% 0.94% -
XYZ 32.42 62.97 10.67 -
YUV 156.14 44.39 50.86 -
System Red Green Blue C M Y K H S L
Decimal 48 240 8 0.8 0 0.97 0.06 109.66 0.94 0.49
Hex 30 F0 8 50 0 61 6 6E 5E 31
Octal 60 360 10 120 0 141 6 156 136 61
Binary 110000 11110000 1000 1010000 0 1100001 110 1101110 1011110 110001

Color Harmonies of #30F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F008

Black with #30F008

Text Example


Text Example

White with #30F008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,240,8); }

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

background-color css

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

 a { background-color: rgb(48,240,8); }

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

border-color css

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

 span { border-color: rgb(48,240,8); }

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