Html Css Color HEX #30FC00 Harlequin

📋 copy color: '#30FC00'

red 48 ◦ green 252 ◦ blue 0

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

Shades of Harlequin #30FC00

Tints of Harlequin #30FC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 84%

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

R = 16%
G = 84%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#30FC00 (or 0x30FC00) is known color: Harlequin. HEX triplet: 30, FC and 00. RGB value is (48,252,0). Sum of RGB (Red+Green+Blue) = 48+252+0=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 252 (98.83% from 255 or 84% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FC00 is #CF03FF. Grayscale: #A3A3A3. Windows color (decimal): -13566976 or 64560. OLE color: 64560.

HSL color Cylindrical-coordinate representation of color #30FC00: hue angle of 108.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30FC00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 252 0 -
CMYK 0.81 0 1 0.01
HSL 108.57º 1% 0.49% -
HSV(B) 108.57º 1% 0.99% -
XYZ 36.03 70.25 11.66 -
YUV 162.28 36.41 46.49 -
System Red Green Blue C M Y K H S L
Decimal 48 252 0 0.81 0 1 0.01 108.57 1 0.49
Hex 30 FC 0 51 0 64 1 6D 64 31
Octal 60 374 0 121 0 144 1 155 144 61
Binary 110000 11111100 0 1010001 0 1100100 1 1101101 1100100 110001

Color Harmonies of #30FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FC00

Black with #30FC00

Text Example


Text Example

White with #30FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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