Html Css Color HEX #3BF600 Harlequin

📋 copy color: '#3BF600'

red 59 ◦ green 246 ◦ blue 0

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

Shades of Harlequin #3BF600

Tints of Harlequin #3BF600

RGB

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

 GREEN value IS 246 (96.48% from 255) = 80.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.34%
G = 80.66%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#3BF600 (or 0x3BF600) is known color: Harlequin. HEX triplet: 3B, F6 and 00. RGB value is (59,246,0). Sum of RGB (Red+Green+Blue) = 59+246+0=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 246 (96.48% from 255 or 80.66% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF600 is #C409FF. Grayscale: #A2A2A2. Windows color (decimal): -12847616 or 63035. OLE color: 63035.

HSL color Cylindrical-coordinate representation of color #3BF600: hue angle of 105.61º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BF600 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 59 246 0 -
CMYK 0.76 0 1 0.04
HSL 105.61º 1% 0.48% -
HSV(B) 105.61º 1% 0.96% -
XYZ 34.76 66.84 11.07 -
YUV 162.04 36.55 54.5 -
System Red Green Blue C M Y K H S L
Decimal 59 246 0 0.76 0 1 0.04 105.61 1 0.48
Hex 3B F6 0 4C 0 64 4 6A 64 30
Octal 73 366 0 114 0 144 4 152 144 60
Binary 111011 11110110 0 1001100 0 1100100 100 1101010 1100100 110000

Color Harmonies of #3BF600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF600

Black with #3BF600

Text Example


Text Example

White with #3BF600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,246,0); }

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

background-color css

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

 a { background-color: rgb(59,246,0); }

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

border-color css

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

 span { border-color: rgb(59,246,0); }

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