Html Css Color HEX #30F508 Harlequin

📋 copy color: '#30F508'

red 48 ◦ green 245 ◦ blue 8

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

Shades of Harlequin #30F508

Tints of Harlequin #30F508

RGB

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

 GREEN value IS 245 (96.09% from 255) = 81.4%

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

R = 15.95%
G = 81.4%
B = 2.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#30F508 (or 0x30F508) is known color: Harlequin. HEX triplet: 30, F5 and 08. RGB value is (48,245,8). Sum of RGB (Red+Green+Blue) = 48+245+8=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 245 (96.09% from 255 or 81.40% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 245 - color contains mainly: green. Hex color #30F508 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F508 is #CF0AF7. Grayscale: #9F9F9F. Windows color (decimal): -13568760 or 587056. OLE color: 587056.

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

Color convert

RGB 48 245 8 -
CMYK 0.80 0 0.97 0.04
HSL 109.87º 0.94% 0.5% -
HSV(B) 109.87º 0.97% 0.96% -
XYZ 33.92 65.95 11.17 -
YUV 159.08 42.73 48.77 -
System Red Green Blue C M Y K H S L
Decimal 48 245 8 0.80 0 0.97 0.04 109.87 0.94 0.5
Hex 30 F5 8 50 0 61 4 6E 5E 32
Octal 60 365 10 120 0 141 4 156 136 62
Binary 110000 11110101 1000 1010000 0 1100001 100 1101110 1011110 110010

Color Harmonies of #30F508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F508

Black with #30F508

Text Example


Text Example

White with #30F508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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