Html Css Color HEX #30EB00 Harlequin

📋 copy color: '#30EB00'

red 48 ◦ green 235 ◦ blue 0

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

Shades of Harlequin #30EB00

Tints of Harlequin #30EB00

RGB

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

 GREEN value IS 235 (92.19% from 255) = 83.04%

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

R = 16.96%
G = 83.04%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#30EB00 (or 0x30EB00) is known color: Harlequin. HEX triplet: 30, EB and 00. RGB value is (48,235,0). Sum of RGB (Red+Green+Blue) = 48+235+0=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 235 (92.19% from 255 or 83.04% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 235 - color contains mainly: green. Hex color #30EB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EB00 is #CF14FF. Grayscale: #999999. Windows color (decimal): -13571328 or 60208. OLE color: 60208.

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

Color convert

RGB 48 235 0 -
CMYK 0.80 0 1 0.08
HSL 107.74º 1% 0.46% -
HSV(B) 107.74º 1% 0.92% -
XYZ 30.93 60.05 9.96 -
YUV 152.3 42.05 53.61 -
System Red Green Blue C M Y K H S L
Decimal 48 235 0 0.80 0 1 0.08 107.74 1 0.46
Hex 30 EB 0 50 0 64 8 6C 64 2E
Octal 60 353 0 120 0 144 10 154 144 56
Binary 110000 11101011 0 1010000 0 1100100 1000 1101100 1100100 101110

Color Harmonies of #30EB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EB00

Black with #30EB00

Text Example


Text Example

White with #30EB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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