Html Css Color HEX #3BEC00 Harlequin

📋 copy color: '#3BEC00'

red 59 ◦ green 236 ◦ blue 0

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

Shades of Harlequin #3BEC00

Tints of Harlequin #3BEC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 80%

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

R = 20%
G = 80%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#3BEC00 (or 0x3BEC00) is known color: Harlequin. HEX triplet: 3B, EC and 00. RGB value is (59,236,0). Sum of RGB (Red+Green+Blue) = 59+236+0=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 236 (92.58% from 255 or 80% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEC00 is #C413FF. Grayscale: #9C9C9C. Windows color (decimal): -12850176 or 60475. OLE color: 60475.

HSL color Cylindrical-coordinate representation of color #3BEC00: hue angle of 105º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BEC00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 236 0 -
CMYK 0.75 0 1 0.07
HSL 105º 1% 0.46% -
HSV(B) 105º 1% 0.93% -
XYZ 31.8 60.92 10.08 -
YUV 156.17 39.86 58.69 -
System Red Green Blue C M Y K H S L
Decimal 59 236 0 0.75 0 1 0.07 105 1 0.46
Hex 3B EC 0 4B 0 64 7 69 64 2E
Octal 73 354 0 113 0 144 7 151 144 56
Binary 111011 11101100 0 1001011 0 1100100 111 1101001 1100100 101110

Color Harmonies of #3BEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEC00

Black with #3BEC00

Text Example


Text Example

White with #3BEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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