Html Css Color HEX #3BFE00 Harlequin

📋 copy color: '#3BFE00'

red 59 ◦ green 254 ◦ blue 0

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

Shades of Harlequin #3BFE00

Tints of Harlequin #3BFE00

RGB

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

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

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

R = 18.85%
G = 81.15%
B = 0%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#3BFE00 (or 0x3BFE00) is known color: Harlequin. HEX triplet: 3B, FE and 00. RGB value is (59,254,0). Sum of RGB (Red+Green+Blue) = 59+254+0=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 254 (99.61% from 255 or 81.15% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFE00 is #C401FF. Grayscale: #A7A7A7. Windows color (decimal): -12845568 or 65083. OLE color: 65083.

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

Color convert

RGB 59 254 0 -
CMYK 0.77 0 1 0.00
HSL 106.06º 1% 0.5% -
HSV(B) 106.06º 1% 1% -
XYZ 37.25 71.81 11.9 -
YUV 166.74 33.9 51.15 -
System Red Green Blue C M Y K H S L
Decimal 59 254 0 0.77 0 1 0.00 106.06 1 0.5
Hex 3B FE 0 4D 0 64 0 6A 64 32
Octal 73 376 0 115 0 144 0 152 144 62
Binary 111011 11111110 0 1001101 0 1100100 0 1101010 1100100 110010

Color Harmonies of #3BFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFE00

Black with #3BFE00

Text Example


Text Example

White with #3BFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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