Html Css Color HEX #30F200 Harlequin

📋 copy color: '#30F200'

red 48 ◦ green 242 ◦ blue 0

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

Shades of Harlequin #30F200

Tints of Harlequin #30F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 83.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 16.55%
G = 83.45%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#30F200 (or 0x30F200) is known color: Harlequin. HEX triplet: 30, F2 and 00. RGB value is (48,242,0). Sum of RGB (Red+Green+Blue) = 48+242+0=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 242 (94.92% from 255 or 83.45% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 242 - color contains mainly: green. Hex color #30F200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F200 is #CF0DFF. Grayscale: #9D9D9D. Windows color (decimal): -13569536 or 62000. OLE color: 62000.

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

Color convert

RGB 48 242 0 -
CMYK 0.80 0 1 0.05
HSL 108.1º 1% 0.47% -
HSV(B) 108.1º 1% 0.95% -
XYZ 32.97 64.13 10.64 -
YUV 156.41 39.73 50.68 -
System Red Green Blue C M Y K H S L
Decimal 48 242 0 0.80 0 1 0.05 108.1 1 0.47
Hex 30 F2 0 50 0 64 5 6C 64 2F
Octal 60 362 0 120 0 144 5 154 144 57
Binary 110000 11110010 0 1010000 0 1100100 101 1101100 1100100 101111

Color Harmonies of #30F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F200

Black with #30F200

Text Example


Text Example

White with #30F200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,242,0); }

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

background-color css

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

 a { background-color: rgb(48,242,0); }

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

border-color css

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

 span { border-color: rgb(48,242,0); }

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