Html Css Color HEX #30EC00 Harlequin

📋 copy color: '#30EC00'

red 48 ◦ green 236 ◦ blue 0

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

Shades of Harlequin #30EC00

Tints of Harlequin #30EC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 83.1%

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

R = 16.9%
G = 83.1%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#30EC00 (or 0x30EC00) is known color: Harlequin. HEX triplet: 30, EC and 00. RGB value is (48,236,0). Sum of RGB (Red+Green+Blue) = 48+236+0=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 236 (92.58% from 255 or 83.10% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EC00 is #CF13FF. Grayscale: #999999. Windows color (decimal): -13571072 or 60464. OLE color: 60464.

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

Color convert

RGB 48 236 0 -
CMYK 0.80 0 1 0.07
HSL 107.8º 1% 0.46% -
HSV(B) 107.8º 1% 0.93% -
XYZ 31.21 60.62 10.06 -
YUV 152.88 41.72 53.19 -
System Red Green Blue C M Y K H S L
Decimal 48 236 0 0.80 0 1 0.07 107.8 1 0.46
Hex 30 EC 0 50 0 64 7 6C 64 2E
Octal 60 354 0 120 0 144 7 154 144 56
Binary 110000 11101100 0 1010000 0 1100100 111 1101100 1100100 101110

Color Harmonies of #30EC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EC00

Black with #30EC00

Text Example


Text Example

White with #30EC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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