Html Css Color HEX #3EE000 Harlequin

📋 copy color: '#3EE000'

red 62 ◦ green 224 ◦ blue 0

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

Shades of Harlequin #3EE000

Tints of Harlequin #3EE000

RGB

 RED value IS 62 (24.61% from 255) = 21.68%

 GREEN value IS 224 (87.89% from 255) = 78.32%

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

R = 21.68%
G = 78.32%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#3EE000 (or 0x3EE000) is known color: Harlequin. HEX triplet: 3E, E0 and 00. RGB value is (62,224,0). Sum of RGB (Red+Green+Blue) = 62+224+0=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 224 (87.89% from 255 or 78.32% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE000 is #C11FFF. Grayscale: #969696. Windows color (decimal): -12656640 or 57406. OLE color: 57406.

HSL color Cylindrical-coordinate representation of color #3EE000: hue angle of 103.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EE000 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 224 0 -
CMYK 0.72 0 1 0.12
HSL 103.39º 1% 0.44% -
HSV(B) 103.39º 1% 0.88% -
XYZ 28.64 54.34 8.98 -
YUV 150.03 43.33 65.21 -
System Red Green Blue C M Y K H S L
Decimal 62 224 0 0.72 0 1 0.12 103.39 1 0.44
Hex 3E E0 0 48 0 64 C 67 64 2C
Octal 76 340 0 110 0 144 14 147 144 54
Binary 111110 11100000 0 1001000 0 1100100 1100 1100111 1100100 101100

Color Harmonies of #3EE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE000

Black with #3EE000

Text Example


Text Example

White with #3EE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EE000; }

 p { color: rgb(62,224,0); }

 H1.HeaderClassName
 {
   color: #3EE000;
 }
 .AnyTagClassName
 {
   color: #3EE000;
 }
</style>

background-color css

<style>
 a { background-color: #3EE000; }

 a { background-color: rgb(62,224,0); }

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

border-color css

<style>
 span { border-color: #3EE000; }

 span { border-color: rgb(62,224,0); }

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