#3eff11

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

Shades of Harlequin #3EFF11

Tints of Harlequin #3EFF11

Color information

#3EFF11 (or 0x3EFF11) is unknown color: approx Harlequin. HEX triplet: 3E, FF and 11. RGB value is (62,255,17). Sum of RGB (Red+Green+Blue) = 62+255+17=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFF11 is #C100EE. Grayscale: #AAAAAA. Windows color (decimal): -12648687 or 1179454. OLE color: 1179454.

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

Color convert

RGB6225517-
CMYK0.7600.930
HSL108.66º100%53.33%-
HSV(B)108.66º93.33%100%-
XYZ37.8572.5812.55-
YUV170.1641.5650.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.56%
GREEN value IS 255 (100% from 255) = 76.35%
BLUE value IS 17 (7.03% from 255) = 5.09%
R=18.56%
G=76.35%
B=5.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62255170.7600.930108.6610053.33
Hex3EFF114C05D06d6435
Octal76377211140135015514465
Binary1111101111111110001100110001011101011011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3eff11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,255,17); }

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

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

 a { background-color: rgb(62,255,17); }

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

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

 span { border-color: rgb(62,255,17); }

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