Html Css Color HEX #3BF200 Harlequin

📋 copy color: '#3BF200'

red 59 ◦ green 242 ◦ blue 0

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

Shades of Harlequin #3BF200

Tints of Harlequin #3BF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 80.4%

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

R = 19.6%
G = 80.4%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#3BF200 (or 0x3BF200) is known color: Harlequin. HEX triplet: 3B, F2 and 00. RGB value is (59,242,0). Sum of RGB (Red+Green+Blue) = 59+242+0=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 242 (94.92% from 255 or 80.40% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF200 is #C40DFF. Grayscale: #A0A0A0. Windows color (decimal): -12848640 or 62011. OLE color: 62011.

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

Color convert

RGB 59 242 0 -
CMYK 0.76 0 1 0.05
HSL 105.37º 1% 0.47% -
HSV(B) 105.37º 1% 0.95% -
XYZ 33.56 64.43 10.67 -
YUV 159.7 37.87 56.18 -
System Red Green Blue C M Y K H S L
Decimal 59 242 0 0.76 0 1 0.05 105.37 1 0.47
Hex 3B F2 0 4C 0 64 5 69 64 2F
Octal 73 362 0 114 0 144 5 151 144 57
Binary 111011 11110010 0 1001100 0 1100100 101 1101001 1100100 101111

Color Harmonies of #3BF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF200

Black with #3BF200

Text Example


Text Example

White with #3BF200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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