#2BF012

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

Shades of Harlequin #2BF012

Tints of Harlequin #2BF012

Color information

#2BF012 (or 0x2BF012) is unknown color: approx Harlequin. HEX triplet: 2B, F0 and 12. RGB value is (43,240,18). Sum of RGB (Red+Green+Blue) = 43+240+18=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 240 (94.14% from 255 or 79.73% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF012 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF012 is #D40FED. Grayscale: #9C9C9C. Windows color (decimal): -13897710 or 1241131. OLE color: 1241131.

HSL color Cylindrical-coordinate representation of color #2BF012: hue angle of 113.24º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BF012 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB4324018-
CMYK0.8200.920.06
HSL113.24º88.1%50.59%-
HSV(B)113.24º92.5%94.12%-
XYZ32.2762.8811.01-
YUV155.7950.2347.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.29%
GREEN value IS 240 (94.14% from 255) = 79.73%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=14.29%
G=79.73%
B=5.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal43240180.8200.920.06113.2488.150.59
Hex2BF0125205C6715833
Octal53360221220134616113063
Binary101011111100001001010100100101110011011100011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,240,18); }

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

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

 a { background-color: rgb(43,240,18); }

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

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

 span { border-color: rgb(43,240,18); }

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