Html Css Color HEX #3EF100 Harlequin

📋 copy color: '#3EF100'

red 62 ◦ green 241 ◦ blue 0

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

Shades of Harlequin #3EF100

Tints of Harlequin #3EF100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.46%
G = 79.54%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#3EF100 (or 0x3EF100) is known color: Harlequin. HEX triplet: 3E, F1 and 00. RGB value is (62,241,0). Sum of RGB (Red+Green+Blue) = 62+241+0=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 241 (94.53% from 255 or 79.54% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF100 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF100 is #C10EFF. Grayscale: #A0A0A0. Windows color (decimal): -12652288 or 61758. OLE color: 61758.

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

Color convert

RGB 62 241 0 -
CMYK 0.74 0 1 0.05
HSL 104.56º 1% 0.47% -
HSV(B) 104.56º 1% 0.95% -
XYZ 33.44 63.93 10.58 -
YUV 160.01 37.7 58.1 -
System Red Green Blue C M Y K H S L
Decimal 62 241 0 0.74 0 1 0.05 104.56 1 0.47
Hex 3E F1 0 4A 0 64 5 69 64 2F
Octal 76 361 0 112 0 144 5 151 144 57
Binary 111110 11110001 0 1001010 0 1100100 101 1101001 1100100 101111

Color Harmonies of #3EF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF100

Black with #3EF100

Text Example


Text Example

White with #3EF100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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