Html Css Color HEX #3EFC14 Harlequin

📋 copy color: '#3EFC14'

red 62 ◦ green 252 ◦ blue 20

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

Shades of Harlequin #3EFC14

Tints of Harlequin #3EFC14

RGB

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

 GREEN value IS 252 (98.83% from 255) = 75.45%

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

R = 18.56%
G = 75.45%
B = 5.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#3EFC14 (or 0x3EFC14) is known color: Harlequin. HEX triplet: 3E, FC and 14. RGB value is (62,252,20). Sum of RGB (Red+Green+Blue) = 62+252+20=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 252 (98.83% from 255 or 75.45% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFC14 is #C103EB. Grayscale: #A9A9A9. Windows color (decimal): -12649452 or 1375294. OLE color: 1375294.

HSL color Cylindrical-coordinate representation of color #3EFC14: hue angle of 109.14º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3EFC14 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 252 20 -
CMYK 0.75 0 0.92 0.01
HSL 109.14º 0.97% 0.53% -
HSV(B) 109.14º 0.92% 0.99% -
XYZ 36.92 70.7 12.36 -
YUV 168.74 44.05 51.86 -
System Red Green Blue C M Y K H S L
Decimal 62 252 20 0.75 0 0.92 0.01 109.14 0.97 0.53
Hex 3E FC 14 4B 0 5C 1 6D 61 35
Octal 76 374 24 113 0 134 1 155 141 65
Binary 111110 11111100 10100 1001011 0 1011100 1 1101101 1100001 110101

Color Harmonies of #3EFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFC14

Black with #3EFC14

Text Example


Text Example

White with #3EFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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