#3EED1D

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

Shades of Harlequin #3EED1D

Tints of Harlequin #3EED1D

Color information

#3EED1D (or 0x3EED1D) is unknown color: approx Harlequin. HEX triplet: 3E, ED and 1D. RGB value is (62,237,29). Sum of RGB (Red+Green+Blue) = 62+237+29=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 237 (92.97% from 255 or 72.26% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 237 - color contains mainly: green. Hex color #3EED1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EED1D is #C112E2. Grayscale: #A1A1A1. Windows color (decimal): -12653283 or 1961278. OLE color: 1961278.

HSL color Cylindrical-coordinate representation of color #3EED1D: hue angle of 110.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3EED1D is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB6223729-
CMYK0.7400.880.07
HSL110.48º85.25%52.16%-
HSV(B)110.48º87.76%92.94%-
XYZ32.4961.6811.36-
YUV160.9653.5257.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.90%
GREEN value IS 237 (92.97% from 255) = 72.26%
BLUE value IS 29 (11.72% from 255) = 8.84%
R=18.90%
G=72.26%
B=8.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal62237290.7400.880.07110.4885.2552.16
Hex3EED1D4A05876e5534
Octal76355351120130715612564
Binary111110111011011110110010100101100011111011101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EED1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,237,29); }

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

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

 a { background-color: rgb(62,237,29); }

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

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

 span { border-color: rgb(62,237,29); }

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