Html Css Color HEX #3BE101 Harlequin

📋 copy color: '#3BE101'

red 59 ◦ green 225 ◦ blue 1

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

Shades of Harlequin #3BE101

Tints of Harlequin #3BE101

RGB

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

 GREEN value IS 225 (88.28% from 255) = 78.95%

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

R = 20.7%
G = 78.95%
B = 0.35%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#3BE101 (or 0x3BE101) is known color: Harlequin. HEX triplet: 3B, E1 and 01. RGB value is (59,225,1). Sum of RGB (Red+Green+Blue) = 59+225+1=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 225 (88.28% from 255 or 78.95% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE101 is #C41EFE. Grayscale: #969696. Windows color (decimal): -12852991 or 123195. OLE color: 123195.

HSL color Cylindrical-coordinate representation of color #3BE101: hue angle of 104.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BE101 is Cyan = 0.74, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 225 1 -
CMYK 0.74 0 1.00 0.12
HSL 104.46º 0.99% 0.44% -
HSV(B) 104.46º 1% 0.88% -
XYZ 28.73 54.78 9.09 -
YUV 149.83 44 63.21 -
System Red Green Blue C M Y K H S L
Decimal 59 225 1 0.74 0 1.00 0.12 104.46 0.99 0.44
Hex 3B E1 1 4A 0 64 C 68 63 2C
Octal 73 341 1 112 0 144 14 150 143 54
Binary 111011 11100001 1 1001010 0 1100100 1100 1101000 1100011 101100

Color Harmonies of #3BE101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE101

Black with #3BE101

Text Example


Text Example

White with #3BE101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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