#3EE00D

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

Shades of Harlequin #3EE00D

Tints of Harlequin #3EE00D

Color information

#3EE00D (or 0x3EE00D) is unknown color: approx Harlequin. HEX triplet: 3E, E0 and 0D. RGB value is (62,224,13). Sum of RGB (Red+Green+Blue) = 62+224+13=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 224 (87.89% from 255 or 74.92% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE00D is #C11FF2. Grayscale: #989898. Windows color (decimal): -12656627 or 909374. OLE color: 909374.

HSL color Cylindrical-coordinate representation of color #3EE00D: hue angle of 106.07º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3EE00D is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB6222413-
CMYK0.7200.940.12
HSL106.07º89.03%46.47%-
HSV(B)106.07º94.2%87.84%-
XYZ28.7154.369.36-
YUV151.5149.8364.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.74%
GREEN value IS 224 (87.89% from 255) = 74.92%
BLUE value IS 13 (5.47% from 255) = 4.35%
R=20.74%
G=74.92%
B=4.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal62224130.7200.940.12106.0789.0346.47
Hex3EE0D4805EC6a592e
Octal763401511001361415213156
Binary111110111000001101100100001011110110011010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,224,13); }

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

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

 a { background-color: rgb(62,224,13); }

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

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

 span { border-color: rgb(62,224,13); }

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