Html Css Color HEX #3FF50E Harlequin

📋 copy color: '#3FF50E'

red 63 ◦ green 245 ◦ blue 14

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

Shades of Harlequin #3FF50E

Tints of Harlequin #3FF50E

RGB

 RED value IS 63 (25% from 255) = 19.57%

 GREEN value IS 245 (96.09% from 255) = 76.09%

 BLUE value IS 14 (5.86% from 255) = 4.35%

R = 19.57%
G = 76.09%
B = 4.35%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#3FF50E (or 0x3FF50E) is known color: Harlequin. HEX triplet: 3F, F5 and 0E. RGB value is (63,245,14). Sum of RGB (Red+Green+Blue) = 63+245+14=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 245 (96.09% from 255 or 76.09% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF50E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF50E is #C00AF1. Grayscale: #A4A4A4. Windows color (decimal): -12585714 or 980287. OLE color: 980287.

HSL color Cylindrical-coordinate representation of color #3FF50E: hue angle of 107.27º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3FF50E is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 245 14 -
CMYK 0.74 0 0.94 0.04
HSL 107.27º 0.92% 0.51% -
HSV(B) 107.27º 0.94% 0.96% -
XYZ 34.78 66.39 11.4 -
YUV 164.25 43.2 55.78 -
System Red Green Blue C M Y K H S L
Decimal 63 245 14 0.74 0 0.94 0.04 107.27 0.92 0.51
Hex 3F F5 E 4A 0 5E 4 6B 5C 33
Octal 77 365 16 112 0 136 4 153 134 63
Binary 111111 11110101 1110 1001010 0 1011110 100 1101011 1011100 110011

Color Harmonies of #3FF50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF50E

Black with #3FF50E

Text Example


Text Example

White with #3FF50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,245,14); }

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

background-color css

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

 a { background-color: rgb(63,245,14); }

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

border-color css

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

 span { border-color: rgb(63,245,14); }

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