#2BF40B

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

Shades of Harlequin #2BF40B

Tints of Harlequin #2BF40B

Color information

#2BF40B (or 0x2BF40B) is unknown color: approx Harlequin. HEX triplet: 2B, F4 and 0B. RGB value is (43,244,11). Sum of RGB (Red+Green+Blue) = 43+244+11=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 244 (95.70% from 255 or 81.88% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 244 - color contains mainly: green. Hex color #2BF40B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF40B is #D40BF4. Grayscale: #9E9E9E. Windows color (decimal): -13896693 or 783403. OLE color: 783403.

HSL color Cylindrical-coordinate representation of color #2BF40B: hue angle of 111.76º degrees, saturation: 0.91, 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 #2BF40B is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB4324411-
CMYK0.8200.950.04
HSL111.76º91.37%50%-
HSV(B)111.76º95.49%95.69%-
XYZ33.4165.2411.15-
YUV157.3445.4146.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 244 (95.70% from 255) = 81.88%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=14.43%
G=81.88%
B=3.69%

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
Decimal43244110.8200.950.04111.7691.3750
Hex2BF4B5205F4705b32
Octal53364131220137416013362
Binary10101111110100101110100100101111110011100001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,244,11); }

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

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

 a { background-color: rgb(43,244,11); }

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

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

 span { border-color: rgb(43,244,11); }

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