Html Css Color HEX #3BF20A Harlequin

📋 copy color: '#3BF20A'

red 59 ◦ green 242 ◦ blue 10

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

Shades of Harlequin #3BF20A

Tints of Harlequin #3BF20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 18.97%
G = 77.81%
B = 3.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#3BF20A (or 0x3BF20A) is known color: Harlequin. HEX triplet: 3B, F2 and 0A. RGB value is (59,242,10). Sum of RGB (Red+Green+Blue) = 59+242+10=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 242 (94.92% from 255 or 77.81% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF20A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF20A is #C40DF5. Grayscale: #A1A1A1. Windows color (decimal): -12848630 or 717371. OLE color: 717371.

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

Color convert

RGB 59 242 10 -
CMYK 0.76 0 0.96 0.05
HSL 107.33º 0.92% 0.49% -
HSV(B) 107.33º 0.96% 0.95% -
XYZ 33.61 64.46 10.96 -
YUV 160.84 42.87 55.36 -
System Red Green Blue C M Y K H S L
Decimal 59 242 10 0.76 0 0.96 0.05 107.33 0.92 0.49
Hex 3B F2 A 4C 0 60 5 6B 5C 31
Octal 73 362 12 114 0 140 5 153 134 61
Binary 111011 11110010 1010 1001100 0 1100000 101 1101011 1011100 110001

Color Harmonies of #3BF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF20A

Black with #3BF20A

Text Example


Text Example

White with #3BF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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