Html Css Color HEX #3EE004 Harlequin

📋 copy color: '#3EE004'

red 62 ◦ green 224 ◦ blue 4

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

Shades of Harlequin #3EE004

Tints of Harlequin #3EE004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 21.38%
G = 77.24%
B = 1.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#3EE004 (or 0x3EE004) is known color: Harlequin. HEX triplet: 3E, E0 and 04. RGB value is (62,224,4). Sum of RGB (Red+Green+Blue) = 62+224+4=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 224 (87.89% from 255 or 77.24% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE004 is #C11FFB. Grayscale: #979797. Windows color (decimal): -12656636 or 319550. OLE color: 319550.

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

Color convert

RGB 62 224 4 -
CMYK 0.72 0 0.98 0.12
HSL 104.18º 0.96% 0.45% -
HSV(B) 104.18º 0.98% 0.88% -
XYZ 28.66 54.34 9.09 -
YUV 150.48 45.33 64.89 -
System Red Green Blue C M Y K H S L
Decimal 62 224 4 0.72 0 0.98 0.12 104.18 0.96 0.45
Hex 3E E0 4 48 0 62 C 68 60 2D
Octal 76 340 4 110 0 142 14 150 140 55
Binary 111110 11100000 100 1001000 0 1100010 1100 1101000 1100000 101101

Color Harmonies of #3EE004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE004

Black with #3EE004

Text Example


Text Example

White with #3EE004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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