Html Css Color HEX #3BFA07 Harlequin

📋 copy color: '#3BFA07'

red 59 ◦ green 250 ◦ blue 7

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

Shades of Harlequin #3BFA07

Tints of Harlequin #3BFA07

RGB

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

 GREEN value IS 250 (98.05% from 255) = 79.11%

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 18.67%
G = 79.11%
B = 2.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#3BFA07 (or 0x3BFA07) is known color: Harlequin. HEX triplet: 3B, FA and 07. RGB value is (59,250,7). Sum of RGB (Red+Green+Blue) = 59+250+7=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 250 (98.05% from 255 or 79.11% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFA07 is #C405F8. Grayscale: #A5A5A5. Windows color (decimal): -12846585 or 522811. OLE color: 522811.

HSL color Cylindrical-coordinate representation of color #3BFA07: hue angle of 107.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BFA07 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 250 7 -
CMYK 0.76 0 0.97 0.02
HSL 107.16º 0.96% 0.5% -
HSV(B) 107.16º 0.97% 0.98% -
XYZ 36.03 69.32 11.68 -
YUV 165.19 38.72 52.26 -
System Red Green Blue C M Y K H S L
Decimal 59 250 7 0.76 0 0.97 0.02 107.16 0.96 0.5
Hex 3B FA 7 4C 0 61 2 6B 60 32
Octal 73 372 7 114 0 141 2 153 140 62
Binary 111011 11111010 111 1001100 0 1100001 10 1101011 1100000 110010

Color Harmonies of #3BFA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFA07

Black with #3BFA07

Text Example


Text Example

White with #3BFA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,250,7); }

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

background-color css

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

 a { background-color: rgb(59,250,7); }

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

border-color css

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

 span { border-color: rgb(59,250,7); }

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