#3EFD1F

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

Shades of Harlequin #3EFD1F

Tints of Harlequin #3EFD1F

Color information

#3EFD1F (or 0x3EFD1F) is unknown color: approx Harlequin. HEX triplet: 3E, FD and 1F. RGB value is (62,253,31). Sum of RGB (Red+Green+Blue) = 62+253+31=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 253 (99.22% from 255 or 73.12% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFD1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFD1F is #C102E0. Grayscale: #ABABAB. Windows color (decimal): -12649185 or 2096446. OLE color: 2096446.

HSL color Cylindrical-coordinate representation of color #3EFD1F: hue angle of 111.62º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3EFD1F is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB6225331-
CMYK0.7500.880.01
HSL111.62º98.23%55.69%-
HSV(B)111.62º87.75%99.22%-
XYZ37.3671.3713.1-
YUV170.5849.2250.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.92%
GREEN value IS 253 (99.22% from 255) = 73.12%
BLUE value IS 31 (12.5% from 255) = 8.96%
R=17.92%
G=73.12%
B=8.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal62253310.7500.880.01111.6298.2355.69
Hex3EFD1F4B0581706238
Octal76375371130130116014270
Binary1111101111110111111100101101011000111100001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,253,31); }

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

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

 a { background-color: rgb(62,253,31); }

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

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

 span { border-color: rgb(62,253,31); }

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