Html Css Color HEX #3EF20D Harlequin

📋 copy color: '#3EF20D'

red 62 ◦ green 242 ◦ blue 13

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

Shades of Harlequin #3EF20D

Tints of Harlequin #3EF20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 76.34%

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 19.56%
G = 76.34%
B = 4.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#3EF20D (or 0x3EF20D) is known color: Harlequin. HEX triplet: 3E, F2 and 0D. RGB value is (62,242,13). Sum of RGB (Red+Green+Blue) = 62+242+13=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 242 (94.92% from 255 or 76.34% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF20D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF20D is #C10DF2. Grayscale: #A2A2A2. Windows color (decimal): -12652019 or 913982. OLE color: 913982.

HSL color Cylindrical-coordinate representation of color #3EF20D: hue angle of 107.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3EF20D is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 62 242 13 -
CMYK 0.74 0 0.95 0.05
HSL 107.16º 0.9% 0.5% -
HSV(B) 107.16º 0.95% 0.95% -
XYZ 33.81 64.56 11.06 -
YUV 162.07 43.87 56.62 -
System Red Green Blue C M Y K H S L
Decimal 62 242 13 0.74 0 0.95 0.05 107.16 0.9 0.5
Hex 3E F2 D 4A 0 5F 5 6B 5A 32
Octal 76 362 15 112 0 137 5 153 132 62
Binary 111110 11110010 1101 1001010 0 1011111 101 1101011 1011010 110010

Color Harmonies of #3EF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF20D

Black with #3EF20D

Text Example


Text Example

White with #3EF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,242,13); }

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

background-color css

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

 a { background-color: rgb(62,242,13); }

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

border-color css

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

 span { border-color: rgb(62,242,13); }

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