Html Css Color HEX #3FEA01 Harlequin

📋 copy color: '#3FEA01'

red 63 ◦ green 234 ◦ blue 1

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

Shades of Harlequin #3FEA01

Tints of Harlequin #3FEA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 78.52%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 21.14%
G = 78.52%
B = 0.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#3FEA01 (or 0x3FEA01) is known color: Harlequin. HEX triplet: 3F, EA and 01. RGB value is (63,234,1). Sum of RGB (Red+Green+Blue) = 63+234+1=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 234 (91.80% from 255 or 78.52% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEA01 is #C015FE. Grayscale: #9D9D9D. Windows color (decimal): -12588543 or 125503. OLE color: 125503.

HSL color Cylindrical-coordinate representation of color #3FEA01: hue angle of 104.03º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FEA01 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 234 1 -
CMYK 0.73 0 1.00 0.08
HSL 104.03º 0.99% 0.46% -
HSV(B) 104.03º 1% 0.92% -
XYZ 31.48 59.9 9.93 -
YUV 156.31 40.35 61.45 -
System Red Green Blue C M Y K H S L
Decimal 63 234 1 0.73 0 1.00 0.08 104.03 0.99 0.46
Hex 3F EA 1 49 0 64 8 68 63 2E
Octal 77 352 1 111 0 144 10 150 143 56
Binary 111111 11101010 1 1001001 0 1100100 1000 1101000 1100011 101110

Color Harmonies of #3FEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEA01

Black with #3FEA01

Text Example


Text Example

White with #3FEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,234,1); }

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

background-color css

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

 a { background-color: rgb(63,234,1); }

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

border-color css

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

 span { border-color: rgb(63,234,1); }

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