Html Css Color HEX #3EFA01 Harlequin

📋 copy color: '#3EFA01'

red 62 ◦ green 250 ◦ blue 1

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

Shades of Harlequin #3EFA01

Tints of Harlequin #3EFA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 79.87%

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

R = 19.81%
G = 79.87%
B = 0.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#3EFA01 (or 0x3EFA01) is known color: Harlequin. HEX triplet: 3E, FA and 01. RGB value is (62,250,1). Sum of RGB (Red+Green+Blue) = 62+250+1=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 250 (98.05% from 255 or 79.87% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFA01 is #C105FE. Grayscale: #A6A6A6. Windows color (decimal): -12649983 or 129598. OLE color: 129598.

HSL color Cylindrical-coordinate representation of color #3EFA01: hue angle of 105.3º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EFA01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 250 1 -
CMYK 0.75 0 1.00 0.02
HSL 105.3º 0.99% 0.49% -
HSV(B) 105.3º 1% 0.98% -
XYZ 36.18 69.4 11.52 -
YUV 165.4 35.22 54.25 -
System Red Green Blue C M Y K H S L
Decimal 62 250 1 0.75 0 1.00 0.02 105.3 0.99 0.49
Hex 3E FA 1 4B 0 64 2 69 63 31
Octal 76 372 1 113 0 144 2 151 143 61
Binary 111110 11111010 1 1001011 0 1100100 10 1101001 1100011 110001

Color Harmonies of #3EFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFA01

Black with #3EFA01

Text Example


Text Example

White with #3EFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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