Html Css Color HEX #3BFA12 Harlequin

📋 copy color: '#3BFA12'

red 59 ◦ green 250 ◦ blue 18

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

Shades of Harlequin #3BFA12

Tints of Harlequin #3BFA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 18.04%
G = 76.45%
B = 5.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#3BFA12 (or 0x3BFA12) is known color: Harlequin. HEX triplet: 3B, FA and 12. RGB value is (59,250,18). Sum of RGB (Red+Green+Blue) = 59+250+18=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 250 (98.05% from 255 or 76.45% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFA12 is #C405ED. Grayscale: #A7A7A7. Windows color (decimal): -12846574 or 1243707. OLE color: 1243707.

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

Color convert

RGB 59 250 18 -
CMYK 0.76 0 0.93 0.02
HSL 109.4º 0.96% 0.53% -
HSV(B) 109.4º 0.93% 0.98% -
XYZ 36.1 69.34 12.05 -
YUV 166.44 44.22 51.36 -
System Red Green Blue C M Y K H S L
Decimal 59 250 18 0.76 0 0.93 0.02 109.4 0.96 0.53
Hex 3B FA 12 4C 0 5D 2 6D 60 35
Octal 73 372 22 114 0 135 2 155 140 65
Binary 111011 11111010 10010 1001100 0 1011101 10 1101101 1100000 110101

Color Harmonies of #3BFA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFA12

Black with #3BFA12

Text Example


Text Example

White with #3BFA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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