Html Css Color HEX #30FD00 Harlequin

📋 copy color: '#30FD00'

red 48 ◦ green 253 ◦ blue 0

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

Shades of Harlequin #30FD00

Tints of Harlequin #30FD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 84.05%

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

R = 15.95%
G = 84.05%
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

#30FD00 (or 0x30FD00) is known color: Harlequin. HEX triplet: 30, FD and 00. RGB value is (48,253,0). Sum of RGB (Red+Green+Blue) = 48+253+0=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 253 (99.22% from 255 or 84.05% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30FD00 is #CF02FF. Grayscale: #A3A3A3. Windows color (decimal): -13566720 or 64816. OLE color: 64816.

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

Color convert

RGB 48 253 0 -
CMYK 0.81 0 1 0.01
HSL 108.62º 1% 0.5% -
HSV(B) 108.62º 1% 0.99% -
XYZ 36.34 70.88 11.77 -
YUV 162.86 36.08 46.07 -
System Red Green Blue C M Y K H S L
Decimal 48 253 0 0.81 0 1 0.01 108.62 1 0.5
Hex 30 FD 0 51 0 64 1 6D 64 32
Octal 60 375 0 121 0 144 1 155 144 62
Binary 110000 11111101 0 1010001 0 1100100 1 1101101 1100100 110010

Color Harmonies of #30FD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FD00

Black with #30FD00

Text Example


Text Example

White with #30FD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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