Html Css Color HEX #3EFE01 Harlequin

📋 copy color: '#3EFE01'

red 62 ◦ green 254 ◦ blue 1

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

Shades of Harlequin #3EFE01

Tints of Harlequin #3EFE01

RGB

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

 GREEN value IS 254 (99.61% from 255) = 80.13%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 19.56%
G = 80.13%
B = 0.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#3EFE01 (or 0x3EFE01) is known color: Harlequin. HEX triplet: 3E, FE and 01. RGB value is (62,254,1). Sum of RGB (Red+Green+Blue) = 62+254+1=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 254 (99.61% from 255 or 80.13% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFE01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFE01 is #C101FE. Grayscale: #A8A8A8. Windows color (decimal): -12648959 or 130622. OLE color: 130622.

HSL color Cylindrical-coordinate representation of color #3EFE01: hue angle of 105.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EFE01 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 254 1 -
CMYK 0.76 0 1.00 0.00
HSL 105.53º 0.99% 0.5% -
HSV(B) 105.53º 1% 1% -
XYZ 37.43 71.91 11.94 -
YUV 167.75 33.89 52.57 -
System Red Green Blue C M Y K H S L
Decimal 62 254 1 0.76 0 1.00 0.00 105.53 0.99 0.5
Hex 3E FE 1 4C 0 64 0 6A 63 32
Octal 76 376 1 114 0 144 0 152 143 62
Binary 111110 11111110 1 1001100 0 1100100 0 1101010 1100011 110010

Color Harmonies of #3EFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFE01

Black with #3EFE01

Text Example


Text Example

White with #3EFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,254,1); }

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

background-color css

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

 a { background-color: rgb(62,254,1); }

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

border-color css

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

 span { border-color: rgb(62,254,1); }

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