#3BF021

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

Shades of Harlequin #3BF021

Tints of Harlequin #3BF021

Color information

#3BF021 (or 0x3BF021) is unknown color: approx Harlequin. HEX triplet: 3B, F0 and 21. RGB value is (59,240,33). Sum of RGB (Red+Green+Blue) = 59+240+33=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 240 (94.14% from 255 or 72.29% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF021 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF021 is #C40FDE. Grayscale: #A2A2A2. Windows color (decimal): -12849119 or 2224187. OLE color: 2224187.

HSL color Cylindrical-coordinate representation of color #3BF021: hue angle of 112.46º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BF021 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB5924033-
CMYK0.7500.860.06
HSL112.46º87.34%53.53%-
HSV(B)112.46º86.25%94.12%-
XYZ33.2463.3611.92-
YUV162.2855.0354.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.77%
GREEN value IS 240 (94.14% from 255) = 72.29%
BLUE value IS 33 (13.28% from 255) = 9.94%
R=17.77%
G=72.29%
B=9.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal59240330.7500.860.06112.4687.3453.53
Hex3BF0214B0566705736
Octal73360411130126616012766
Binary1110111111000010000110010110101011011011100001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,240,33); }

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

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

 a { background-color: rgb(59,240,33); }

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

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

 span { border-color: rgb(59,240,33); }

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