Html Css Color HEX #3EE214 Harlequin

📋 copy color: '#3EE214'

red 62 ◦ green 226 ◦ blue 20

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

Shades of Harlequin #3EE214

Tints of Harlequin #3EE214

RGB

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

 GREEN value IS 226 (88.67% from 255) = 73.38%

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

R = 20.13%
G = 73.38%
B = 6.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#3EE214 (or 0x3EE214) is known color: Harlequin. HEX triplet: 3E, E2 and 14. RGB value is (62,226,20). Sum of RGB (Red+Green+Blue) = 62+226+20=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 226 (88.67% from 255 or 73.38% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE214 is #C11DEB. Grayscale: #9A9A9A. Windows color (decimal): -12656108 or 1368638. OLE color: 1368638.

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

Color convert

RGB 62 226 20 -
CMYK 0.73 0 0.91 0.11
HSL 107.77º 0.84% 0.48% -
HSV(B) 107.77º 0.91% 0.89% -
XYZ 29.31 55.47 9.82 -
YUV 153.48 52.67 62.75 -
System Red Green Blue C M Y K H S L
Decimal 62 226 20 0.73 0 0.91 0.11 107.77 0.84 0.48
Hex 3E E2 14 49 0 5B B 6C 54 30
Octal 76 342 24 111 0 133 13 154 124 60
Binary 111110 11100010 10100 1001001 0 1011011 1011 1101100 1010100 110000

Color Harmonies of #3EE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE214

Black with #3EE214

Text Example


Text Example

White with #3EE214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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