Html Css Color HEX #3EE914 Harlequin

📋 copy color: '#3EE914'

red 62 ◦ green 233 ◦ blue 20

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

Shades of Harlequin #3EE914

Tints of Harlequin #3EE914

RGB

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

 GREEN value IS 233 (91.41% from 255) = 73.97%

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 19.68%
G = 73.97%
B = 6.35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#3EE914 (or 0x3EE914) is known color: Harlequin. HEX triplet: 3E, E9 and 14. RGB value is (62,233,20). Sum of RGB (Red+Green+Blue) = 62+233+20=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 233 (91.41% from 255 or 73.97% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 233 - color contains mainly: green. Hex color #3EE914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EE914 is #C116EB. Grayscale: #9E9E9E. Windows color (decimal): -12654316 or 1370430. OLE color: 1370430.

HSL color Cylindrical-coordinate representation of color #3EE914: hue angle of 108.17º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3EE914 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 62 233 20 -
CMYK 0.73 0 0.91 0.09
HSL 108.17º 0.84% 0.5% -
HSV(B) 108.17º 0.91% 0.91% -
XYZ 31.25 59.35 10.47 -
YUV 157.59 50.35 59.82 -
System Red Green Blue C M Y K H S L
Decimal 62 233 20 0.73 0 0.91 0.09 108.17 0.84 0.5
Hex 3E E9 14 49 0 5B 9 6C 54 32
Octal 76 351 24 111 0 133 11 154 124 62
Binary 111110 11101001 10100 1001001 0 1011011 1001 1101100 1010100 110010

Color Harmonies of #3EE914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE914

Black with #3EE914

Text Example


Text Example

White with #3EE914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,233,20); }

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

background-color css

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

 a { background-color: rgb(62,233,20); }

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

border-color css

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

 span { border-color: rgb(62,233,20); }

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