#3BF30B

Color #3BF30B Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #3BF30B

Tints of Harlequin #3BF30B

Color information

#3BF30B (or 0x3BF30B) is unknown color: approx Harlequin. HEX triplet: 3B, F3 and 0B. RGB value is (59,243,11). Sum of RGB (Red+Green+Blue) = 59+243+11=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 243 (95.31% from 255 or 77.64% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF30B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF30B is #C40CF4. Grayscale: #A2A2A2. Windows color (decimal): -12848373 or 783163. OLE color: 783163.

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

Color convert

RGB5924311-
CMYK0.7600.950.05
HSL107.59º91.34%49.8%-
HSV(B)107.59º95.47%95.29%-
XYZ33.9165.0611.09-
YUV161.5443.0454.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.85%
GREEN value IS 243 (95.31% from 255) = 77.64%
BLUE value IS 11 (4.69% from 255) = 3.51%
R=18.85%
G=77.64%
B=3.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal59243110.7600.950.05107.5991.3449.8
Hex3BF3B4C05F56c5b32
Octal73363131140137515413362
Binary11101111110011101110011000101111110111011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3BF30B;
 }
 .AnyTagClassName
 {
   color: #3BF30B;
 }
</style>
background-color css

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

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

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

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

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

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