Html Css Color HEX #3EF010 Harlequin

📋 copy color: '#3EF010'

red 62 ◦ green 240 ◦ blue 16

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

Shades of Harlequin #3EF010

Tints of Harlequin #3EF010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 75.47%

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 19.5%
G = 75.47%
B = 5.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#3EF010 (or 0x3EF010) is known color: Harlequin. HEX triplet: 3E, F0 and 10. RGB value is (62,240,16). Sum of RGB (Red+Green+Blue) = 62+240+16=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 240 (94.14% from 255 or 75.47% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 240 - color contains mainly: green. Hex color #3EF010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF010 is #C10FEF. Grayscale: #A1A1A1. Windows color (decimal): -12652528 or 1110078. OLE color: 1110078.

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

Color convert

RGB 62 240 16 -
CMYK 0.74 0 0.93 0.06
HSL 107.68º 0.88% 0.5% -
HSV(B) 107.68º 0.93% 0.94% -
XYZ 33.24 63.38 10.97 -
YUV 161.24 46.03 57.21 -
System Red Green Blue C M Y K H S L
Decimal 62 240 16 0.74 0 0.93 0.06 107.68 0.88 0.5
Hex 3E F0 10 4A 0 5D 6 6C 58 32
Octal 76 360 20 112 0 135 6 154 130 62
Binary 111110 11110000 10000 1001010 0 1011101 110 1101100 1011000 110010

Color Harmonies of #3EF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF010

Black with #3EF010

Text Example


Text Example

White with #3EF010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,240,16); }

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

background-color css

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

 a { background-color: rgb(62,240,16); }

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

border-color css

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

 span { border-color: rgb(62,240,16); }

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