Html Css Color HEX #3BEF01 Harlequin

📋 copy color: '#3BEF01'

red 59 ◦ green 239 ◦ blue 1

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

Shades of Harlequin #3BEF01

Tints of Harlequin #3BEF01

RGB

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

 GREEN value IS 239 (93.75% from 255) = 79.93%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 19.73%
G = 79.93%
B = 0.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#3BEF01 (or 0x3BEF01) is known color: Harlequin. HEX triplet: 3B, EF and 01. RGB value is (59,239,1). Sum of RGB (Red+Green+Blue) = 59+239+1=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 239 (93.75% from 255 or 79.93% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEF01 is #C410FE. Grayscale: #9E9E9E. Windows color (decimal): -12849407 or 126779. OLE color: 126779.

HSL color Cylindrical-coordinate representation of color #3BEF01: hue angle of 105.38º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BEF01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 239 1 -
CMYK 0.75 0 1.00 0.06
HSL 105.38º 0.99% 0.47% -
HSV(B) 105.38º 1% 0.94% -
XYZ 32.68 62.67 10.4 -
YUV 158.05 39.37 57.35 -
System Red Green Blue C M Y K H S L
Decimal 59 239 1 0.75 0 1.00 0.06 105.38 0.99 0.47
Hex 3B EF 1 4B 0 64 6 69 63 2F
Octal 73 357 1 113 0 144 6 151 143 57
Binary 111011 11101111 1 1001011 0 1100100 110 1101001 1100011 101111

Color Harmonies of #3BEF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEF01

Black with #3BEF01

Text Example


Text Example

White with #3BEF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,239,1); }

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

background-color css

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

 a { background-color: rgb(59,239,1); }

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

border-color css

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

 span { border-color: rgb(59,239,1); }

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