Html Css Color HEX #3FE914 Harlequin

📋 copy color: '#3FE914'

red 63 ◦ green 233 ◦ blue 20

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

Shades of Harlequin #3FE914

Tints of Harlequin #3FE914

RGB

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

 GREEN value IS 233 (91.41% from 255) = 73.73%

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

R = 19.94%
G = 73.73%
B = 6.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#3FE914 (or 0x3FE914) is known color: Harlequin. HEX triplet: 3F, E9 and 14. RGB value is (63,233,20). Sum of RGB (Red+Green+Blue) = 63+233+20=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 233 (91.41% from 255 or 73.73% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 233 - color contains mainly: green. Hex color #3FE914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE914 is #C016EB. Grayscale: #9E9E9E. Windows color (decimal): -12588780 or 1370431. OLE color: 1370431.

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

Color convert

RGB 63 233 20 -
CMYK 0.73 0 0.91 0.09
HSL 107.89º 0.84% 0.5% -
HSV(B) 107.89º 0.91% 0.91% -
XYZ 31.32 59.39 10.47 -
YUV 157.89 50.18 60.32 -
System Red Green Blue C M Y K H S L
Decimal 63 233 20 0.73 0 0.91 0.09 107.89 0.84 0.5
Hex 3F E9 14 49 0 5B 9 6C 54 32
Octal 77 351 24 111 0 133 11 154 124 62
Binary 111111 11101001 10100 1001001 0 1011011 1001 1101100 1010100 110010

Color Harmonies of #3FE914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE914

Black with #3FE914

Text Example


Text Example

White with #3FE914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,233,20); }

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

background-color css

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

 a { background-color: rgb(63,233,20); }

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

border-color css

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

 span { border-color: rgb(63,233,20); }

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