Html Css Color HEX #3FE10E Harlequin

📋 copy color: '#3FE10E'

red 63 ◦ green 225 ◦ blue 14

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

Shades of Harlequin #3FE10E

Tints of Harlequin #3FE10E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 74.5%

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

R = 20.86%
G = 74.5%
B = 4.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#3FE10E (or 0x3FE10E) is known color: Harlequin. HEX triplet: 3F, E1 and 0E. RGB value is (63,225,14). Sum of RGB (Red+Green+Blue) = 63+225+14=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE10E is #C01EF1. Grayscale: #999999. Windows color (decimal): -12590834 or 975167. OLE color: 975167.

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

Color convert

RGB 63 225 14 -
CMYK 0.72 0 0.94 0.12
HSL 106.07º 0.88% 0.47% -
HSV(B) 106.07º 0.94% 0.88% -
XYZ 29.05 54.94 9.49 -
YUV 152.51 49.83 64.16 -
System Red Green Blue C M Y K H S L
Decimal 63 225 14 0.72 0 0.94 0.12 106.07 0.88 0.47
Hex 3F E1 E 48 0 5E C 6A 58 2F
Octal 77 341 16 110 0 136 14 152 130 57
Binary 111111 11100001 1110 1001000 0 1011110 1100 1101010 1011000 101111

Color Harmonies of #3FE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE10E

Black with #3FE10E

Text Example


Text Example

White with #3FE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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