Html Css Color HEX #3FE20E Harlequin

📋 copy color: '#3FE20E'

red 63 ◦ green 226 ◦ blue 14

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

Shades of Harlequin #3FE20E

Tints of Harlequin #3FE20E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 74.59%

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

R = 20.79%
G = 74.59%
B = 4.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#3FE20E (or 0x3FE20E) is known color: Harlequin. HEX triplet: 3F, E2 and 0E. RGB value is (63,226,14). Sum of RGB (Red+Green+Blue) = 63+226+14=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 226 (88.67% from 255 or 74.59% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE20E is #C01DF1. Grayscale: #999999. Windows color (decimal): -12590578 or 975423. OLE color: 975423.

HSL color Cylindrical-coordinate representation of color #3FE20E: hue angle of 106.13º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3FE20E is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 226 14 -
CMYK 0.72 0 0.94 0.11
HSL 106.13º 0.88% 0.47% -
HSV(B) 106.13º 0.94% 0.89% -
XYZ 29.33 55.48 9.58 -
YUV 153.1 49.5 63.74 -
System Red Green Blue C M Y K H S L
Decimal 63 226 14 0.72 0 0.94 0.11 106.13 0.88 0.47
Hex 3F E2 E 48 0 5E B 6A 58 2F
Octal 77 342 16 110 0 136 13 152 130 57
Binary 111111 11100010 1110 1001000 0 1011110 1011 1101010 1011000 101111

Color Harmonies of #3FE20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE20E

Black with #3FE20E

Text Example


Text Example

White with #3FE20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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