Html Css Color HEX #3EE314 Harlequin

📋 copy color: '#3EE314'

red 62 ◦ green 227 ◦ blue 20

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

Shades of Harlequin #3EE314

Tints of Harlequin #3EE314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 20.06%
G = 73.46%
B = 6.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#3EE314 (or 0x3EE314) is known color: Harlequin. HEX triplet: 3E, E3 and 14. RGB value is (62,227,20). Sum of RGB (Red+Green+Blue) = 62+227+20=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 227 (89.06% from 255 or 73.46% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EE314 is #C11CEB. Grayscale: #9A9A9A. Windows color (decimal): -12655852 or 1368894. OLE color: 1368894.

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

Color convert

RGB 62 227 20 -
CMYK 0.73 0 0.91 0.11
HSL 107.83º 0.84% 0.48% -
HSV(B) 107.83º 0.91% 0.89% -
XYZ 29.58 56.01 9.91 -
YUV 154.07 52.34 62.33 -
System Red Green Blue C M Y K H S L
Decimal 62 227 20 0.73 0 0.91 0.11 107.83 0.84 0.48
Hex 3E E3 14 49 0 5B B 6C 54 30
Octal 76 343 24 111 0 133 13 154 124 60
Binary 111110 11100011 10100 1001001 0 1011011 1011 1101100 1010100 110000

Color Harmonies of #3EE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE314

Black with #3EE314

Text Example


Text Example

White with #3EE314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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