Html Css Color HEX #3FE80E Harlequin

📋 copy color: '#3FE80E'

red 63 ◦ green 232 ◦ blue 14

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

Shades of Harlequin #3FE80E

Tints of Harlequin #3FE80E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 75.08%

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

R = 20.39%
G = 75.08%
B = 4.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#3FE80E (or 0x3FE80E) is known color: Harlequin. HEX triplet: 3F, E8 and 0E. RGB value is (63,232,14). Sum of RGB (Red+Green+Blue) = 63+232+14=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 232 (91.02% from 255 or 75.08% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE80E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE80E is #C017F1. Grayscale: #9D9D9D. Windows color (decimal): -12589042 or 976959. OLE color: 976959.

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

Color convert

RGB 63 232 14 -
CMYK 0.73 0 0.94 0.09
HSL 106.51º 0.89% 0.48% -
HSV(B) 106.51º 0.94% 0.91% -
XYZ 30.99 58.8 10.13 -
YUV 156.62 47.51 61.23 -
System Red Green Blue C M Y K H S L
Decimal 63 232 14 0.73 0 0.94 0.09 106.51 0.89 0.48
Hex 3F E8 E 49 0 5E 9 6B 59 30
Octal 77 350 16 111 0 136 11 153 131 60
Binary 111111 11101000 1110 1001001 0 1011110 1001 1101011 1011001 110000

Color Harmonies of #3FE80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE80E

Black with #3FE80E

Text Example


Text Example

White with #3FE80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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