Html Css Color HEX #3BF320 Harlequin

📋 copy color: '#3BF320'

red 59 ◦ green 243 ◦ blue 32

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

Shades of Harlequin #3BF320

Tints of Harlequin #3BF320

RGB

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

 GREEN value IS 243 (95.31% from 255) = 72.75%

 BLUE value IS 32 (12.89% from 255) = 9.58%

R = 17.66%
G = 72.75%
B = 9.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#3BF320 (or 0x3BF320) is known color: Harlequin. HEX triplet: 3B, F3 and 20. RGB value is (59,243,32). Sum of RGB (Red+Green+Blue) = 59+243+32=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF320 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF320 is #C40CDF. Grayscale: #A4A4A4. Windows color (decimal): -12848352 or 2159419. OLE color: 2159419.

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

Color convert

RGB 59 243 32 -
CMYK 0.76 0 0.87 0.05
HSL 112.32º 0.9% 0.54% -
HSV(B) 112.32º 0.87% 0.95% -
XYZ 34.11 65.14 12.14 -
YUV 163.93 53.54 53.16 -
System Red Green Blue C M Y K H S L
Decimal 59 243 32 0.76 0 0.87 0.05 112.32 0.9 0.54
Hex 3B F3 20 4C 0 57 5 70 5A 36
Octal 73 363 40 114 0 127 5 160 132 66
Binary 111011 11110011 100000 1001100 0 1010111 101 1110000 1011010 110110

Color Harmonies of #3BF320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF320

Black with #3BF320

Text Example


Text Example

White with #3BF320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,243,32); }

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

background-color css

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

 a { background-color: rgb(59,243,32); }

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

border-color css

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

 span { border-color: rgb(59,243,32); }

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