Html Css Color HEX #3EEF14 Harlequin

📋 copy color: '#3EEF14'

red 62 ◦ green 239 ◦ blue 20

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

Shades of Harlequin #3EEF14

Tints of Harlequin #3EEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 74.45%

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

R = 19.31%
G = 74.45%
B = 6.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#3EEF14 (or 0x3EEF14) is known color: Harlequin. HEX triplet: 3E, EF and 14. RGB value is (62,239,20). Sum of RGB (Red+Green+Blue) = 62+239+20=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 239 (93.75% from 255 or 74.45% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EEF14 is #C110EB. Grayscale: #A1A1A1. Windows color (decimal): -12652780 or 1371966. OLE color: 1371966.

HSL color Cylindrical-coordinate representation of color #3EEF14: hue angle of 108.49º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3EEF14 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 239 20 -
CMYK 0.74 0 0.92 0.06
HSL 108.49º 0.87% 0.51% -
HSV(B) 108.49º 0.92% 0.94% -
XYZ 32.98 62.81 11.05 -
YUV 161.11 48.36 57.31 -
System Red Green Blue C M Y K H S L
Decimal 62 239 20 0.74 0 0.92 0.06 108.49 0.87 0.51
Hex 3E EF 14 4A 0 5C 6 6C 57 33
Octal 76 357 24 112 0 134 6 154 127 63
Binary 111110 11101111 10100 1001010 0 1011100 110 1101100 1010111 110011

Color Harmonies of #3EEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEF14

Black with #3EEF14

Text Example


Text Example

White with #3EEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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