Html Css Color HEX #3EE312 Harlequin

📋 copy color: '#3EE312'

red 62 ◦ green 227 ◦ blue 18

#3EE312
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #3EE312

Tints of Harlequin #3EE312

RGB

 RED value IS 62 (24.61% from 255) = 20.2%

 GREEN value IS 227 (89.06% from 255) = 73.94%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 20.2%
G = 73.94%
B = 5.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#3EE312 (or 0x3EE312) is known color: Harlequin. HEX triplet: 3E, E3 and 12. RGB value is (62,227,18). Sum of RGB (Red+Green+Blue) = 62+227+18=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 227 (89.06% from 255 or 73.94% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE312 is #C11CED. Grayscale: #9A9A9A. Windows color (decimal): -12655854 or 1237822. OLE color: 1237822.

HSL color Cylindrical-coordinate representation of color #3EE312: hue angle of 107.37º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3EE312 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 227 18 -
CMYK 0.73 0 0.92 0.11
HSL 107.37º 0.85% 0.48% -
HSV(B) 107.37º 0.92% 0.89% -
XYZ 29.56 56.01 9.82 -
YUV 153.84 51.34 62.49 -
System Red Green Blue C M Y K H S L
Decimal 62 227 18 0.73 0 0.92 0.11 107.37 0.85 0.48
Hex 3E E3 12 49 0 5C B 6B 55 30
Octal 76 343 22 111 0 134 13 153 125 60
Binary 111110 11100011 10010 1001001 0 1011100 1011 1101011 1010101 110000

Color Harmonies of #3EE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE312

Black with #3EE312

Text Example


Text Example

White with #3EE312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,227,18); }

 H1.HeaderClassName
 {
   color: #3EE312;
 }
 .AnyTagClassName
 {
   color: #3EE312;
 }
</style>

background-color css

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

 a { background-color: rgb(62,227,18); }

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

border-color css

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

 span { border-color: rgb(62,227,18); }

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