Html Css Color HEX #3FE504 Harlequin

📋 copy color: '#3FE504'

red 63 ◦ green 229 ◦ blue 4

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

Shades of Harlequin #3FE504

Tints of Harlequin #3FE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 77.36%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 21.28%
G = 77.36%
B = 1.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#3FE504 (or 0x3FE504) is known color: Harlequin. HEX triplet: 3F, E5 and 04. RGB value is (63,229,4). Sum of RGB (Red+Green+Blue) = 63+229+4=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 229 (89.84% from 255 or 77.36% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE504 is #C01AFB. Grayscale: #9A9A9A. Windows color (decimal): -12589820 or 320831. OLE color: 320831.

HSL color Cylindrical-coordinate representation of color #3FE504: hue angle of 104.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FE504 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 63 229 4 -
CMYK 0.72 0 0.98 0.10
HSL 104.27º 0.97% 0.46% -
HSV(B) 104.27º 0.98% 0.9% -
XYZ 30.09 57.1 9.55 -
YUV 153.72 43.5 63.3 -
System Red Green Blue C M Y K H S L
Decimal 63 229 4 0.72 0 0.98 0.10 104.27 0.97 0.46
Hex 3F E5 4 48 0 62 A 68 61 2E
Octal 77 345 4 110 0 142 12 150 141 56
Binary 111111 11100101 100 1001000 0 1100010 1010 1101000 1100001 101110

Color Harmonies of #3FE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE504

Black with #3FE504

Text Example


Text Example

White with #3FE504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,229,4); }

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

background-color css

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

 a { background-color: rgb(63,229,4); }

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

border-color css

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

 span { border-color: rgb(63,229,4); }

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