#3EF501

Color #3EF501 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #3EF501

Tints of Harlequin #3EF501

Color information

#3EF501 (or 0x3EF501) is unknown color: approx Harlequin. HEX triplet: 3E, F5 and 01. RGB value is (62,245,1). Sum of RGB (Red+Green+Blue) = 62+245+1=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 245 (96.09% from 255 or 79.55% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 245 - color contains mainly: green. Hex color #3EF501 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF501 is #C10AFE. Grayscale: #A3A3A3. Windows color (decimal): -12651263 or 128318. OLE color: 128318.

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

Color convert

RGB622451-
CMYK0.7501.000.04
HSL105º99.19%48.24%-
HSV(B)105º99.59%96.08%-
XYZ34.6466.3311.01-
YUV162.4736.8756.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.13%
GREEN value IS 245 (96.09% from 255) = 79.55%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=20.13%
G=79.55%
B=0.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal6224510.7501.000.0410599.1948.24
Hex3EF514B0644696330
Octal7636511130144415114360
Binary11111011110101110010110110010010011010011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3EF501;
 }
 .AnyTagClassName
 {
   color: #3EF501;
 }
</style>
background-color css

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

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

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

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

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

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