Html Css Color HEX #3FFE1F Harlequin

📋 copy color: '#3FFE1F'

red 63 ◦ green 254 ◦ blue 31

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

Shades of Harlequin #3FFE1F

Tints of Harlequin #3FFE1F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 72.99%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 18.1%
G = 72.99%
B = 8.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#3FFE1F (or 0x3FFE1F) is known color: Harlequin. HEX triplet: 3F, FE and 1F. RGB value is (63,254,31). Sum of RGB (Red+Green+Blue) = 63+254+31=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 254 (99.61% from 255 or 72.99% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFE1F is #C001E0. Grayscale: #ACACAC. Windows color (decimal): -12583393 or 2096703. OLE color: 2096703.

HSL color Cylindrical-coordinate representation of color #3FFE1F: hue angle of 111.39º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FFE1F is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 63 254 31 -
CMYK 0.75 0 0.88 0.00
HSL 111.39º 0.99% 0.56% -
HSV(B) 111.39º 0.88% 1% -
XYZ 37.74 72.04 13.21 -
YUV 171.47 48.72 50.63 -
System Red Green Blue C M Y K H S L
Decimal 63 254 31 0.75 0 0.88 0.00 111.39 0.99 0.56
Hex 3F FE 1F 4B 0 58 0 6F 63 38
Octal 77 376 37 113 0 130 0 157 143 70
Binary 111111 11111110 11111 1001011 0 1011000 0 1101111 1100011 111000

Color Harmonies of #3FFE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFE1F

Black with #3FFE1F

Text Example


Text Example

White with #3FFE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,254,31); }

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

background-color css

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

 a { background-color: rgb(63,254,31); }

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

border-color css

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

 span { border-color: rgb(63,254,31); }

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