#3EFF00

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

Shades of Harlequin #3EFF00

Tints of Harlequin #3EFF00

Color information

#3EFF00 (or 0x3EFF00) is unknown color: approx Harlequin. HEX triplet: 3E, FF and 00. RGB value is (62,255,0). Sum of RGB (Red+Green+Blue) = 62+255+0=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 255 (100% from 255 or 80.44% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFF00 is #C100FF. Grayscale: #A9A9A9. Windows color (decimal): -12648704 or 65342. OLE color: 65342.

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

Color convert

RGB622550-
CMYK0.76010
HSL105.41º100%50%-
HSV(B)105.41º100%100%-
XYZ37.7572.5412.01-
YUV168.2233.0652.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.56%
GREEN value IS 255 (100% from 255) = 80.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.56%
G=80.44%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal6225500.76010105.4110050
Hex3EFF04C0640696432
Octal7637701140144015114462
Binary111110111111110100110001100100011010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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