Html Css Color HEX #3EF104 Harlequin

📋 copy color: '#3EF104'

red 62 ◦ green 241 ◦ blue 4

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

Shades of Harlequin #3EF104

Tints of Harlequin #3EF104

RGB

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

 GREEN value IS 241 (94.53% from 255) = 78.5%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 20.2%
G = 78.5%
B = 1.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#3EF104 (or 0x3EF104) is known color: Harlequin. HEX triplet: 3E, F1 and 04. RGB value is (62,241,4). Sum of RGB (Red+Green+Blue) = 62+241+4=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 241 (94.53% from 255 or 78.50% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF104 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF104 is #C10EFB. Grayscale: #A1A1A1. Windows color (decimal): -12652284 or 323902. OLE color: 323902.

HSL color Cylindrical-coordinate representation of color #3EF104: hue angle of 105.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EF104 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 62 241 4 -
CMYK 0.74 0 0.98 0.05
HSL 105.32º 0.97% 0.48% -
HSV(B) 105.32º 0.98% 0.95% -
XYZ 33.46 63.94 10.69 -
YUV 160.46 39.7 57.77 -
System Red Green Blue C M Y K H S L
Decimal 62 241 4 0.74 0 0.98 0.05 105.32 0.97 0.48
Hex 3E F1 4 4A 0 62 5 69 61 30
Octal 76 361 4 112 0 142 5 151 141 60
Binary 111110 11110001 100 1001010 0 1100010 101 1101001 1100001 110000

Color Harmonies of #3EF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF104

Black with #3EF104

Text Example


Text Example

White with #3EF104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,241,4); }

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

background-color css

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

 a { background-color: rgb(62,241,4); }

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

border-color css

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

 span { border-color: rgb(62,241,4); }

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