Html Css Color HEX #3FE310 Harlequin

📋 copy color: '#3FE310'

red 63 ◦ green 227 ◦ blue 16

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

Shades of Harlequin #3FE310

Tints of Harlequin #3FE310

RGB

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

 GREEN value IS 227 (89.06% from 255) = 74.18%

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 20.59%
G = 74.18%
B = 5.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#3FE310 (or 0x3FE310) is known color: Harlequin. HEX triplet: 3F, E3 and 10. RGB value is (63,227,16). Sum of RGB (Red+Green+Blue) = 63+227+16=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 227 (89.06% from 255 or 74.18% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE310 is #C01CEF. Grayscale: #9A9A9A. Windows color (decimal): -12590320 or 1106751. OLE color: 1106751.

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

Color convert

RGB 63 227 16 -
CMYK 0.72 0 0.93 0.11
HSL 106.64º 0.87% 0.48% -
HSV(B) 106.64º 0.93% 0.89% -
XYZ 29.61 56.03 9.74 -
YUV 153.91 50.17 63.16 -
System Red Green Blue C M Y K H S L
Decimal 63 227 16 0.72 0 0.93 0.11 106.64 0.87 0.48
Hex 3F E3 10 48 0 5D B 6B 57 30
Octal 77 343 20 110 0 135 13 153 127 60
Binary 111111 11100011 10000 1001000 0 1011101 1011 1101011 1010111 110000

Color Harmonies of #3FE310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE310

Black with #3FE310

Text Example


Text Example

White with #3FE310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,227,16); }

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

background-color css

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

 a { background-color: rgb(63,227,16); }

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

border-color css

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

 span { border-color: rgb(63,227,16); }

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