#2BF50C

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

Shades of Harlequin #2BF50C

Tints of Harlequin #2BF50C

Color information

#2BF50C (or 0x2BF50C) is unknown color: approx Harlequin. HEX triplet: 2B, F5 and 0C. RGB value is (43,245,12). Sum of RGB (Red+Green+Blue) = 43+245+12=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 245 (96.09% from 255 or 81.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF50C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF50C is #D40AF3. Grayscale: #9E9E9E. Windows color (decimal): -13896436 or 849195. OLE color: 849195.

HSL color Cylindrical-coordinate representation of color #2BF50C: hue angle of 112.02º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BF50C is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB4324512-
CMYK0.8200.950.04
HSL112.02º92.09%50.39%-
HSV(B)112.02º95.1%96.08%-
XYZ33.7265.8411.28-
YUV158.0445.5845.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.33%
GREEN value IS 245 (96.09% from 255) = 81.67%
BLUE value IS 12 (5.08% from 255) = 4%
R=14.33%
G=81.67%
B=4%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal43245120.8200.950.04112.0292.0950.39
Hex2BF5C5205F4705c32
Octal53365141220137416013462
Binary10101111110101110010100100101111110011100001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BF50C; }

 p { color: rgb(43,245,12); }

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

<style>
 a { background-color: #2BF50C; }

 a { background-color: rgb(43,245,12); }

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

<style>
 span { border-color: #2BF50C; }

 span { border-color: rgb(43,245,12); }

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