Html Css Color HEX #3BFC04 Harlequin

📋 copy color: '#3BFC04'

red 59 ◦ green 252 ◦ blue 4

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

Shades of Harlequin #3BFC04

Tints of Harlequin #3BFC04

RGB

 RED value IS 59 (23.44% from 255) = 18.73%

 GREEN value IS 252 (98.83% from 255) = 80%

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

R = 18.73%
G = 80%
B = 1.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#3BFC04 (or 0x3BFC04) is known color: Harlequin. HEX triplet: 3B, FC and 04. RGB value is (59,252,4). Sum of RGB (Red+Green+Blue) = 59+252+4=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 252 (98.83% from 255 or 80% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFC04 is #C403FB. Grayscale: #A6A6A6. Windows color (decimal): -12846076 or 326715. OLE color: 326715.

HSL color Cylindrical-coordinate representation of color #3BFC04: hue angle of 106.69º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BFC04 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 252 4 -
CMYK 0.77 0 0.98 0.01
HSL 106.69º 0.98% 0.5% -
HSV(B) 106.69º 0.98% 0.99% -
XYZ 36.64 70.56 11.8 -
YUV 166.02 36.56 51.67 -
System Red Green Blue C M Y K H S L
Decimal 59 252 4 0.77 0 0.98 0.01 106.69 0.98 0.5
Hex 3B FC 4 4D 0 62 1 6B 62 32
Octal 73 374 4 115 0 142 1 153 142 62
Binary 111011 11111100 100 1001101 0 1100010 1 1101011 1100010 110010

Color Harmonies of #3BFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFC04

Black with #3BFC04

Text Example


Text Example

White with #3BFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,252,4); }

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

background-color css

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

 a { background-color: rgb(59,252,4); }

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

border-color css

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

 span { border-color: rgb(59,252,4); }

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