#2BF002

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

Shades of Harlequin #2BF002

Tints of Harlequin #2BF002

Color information

#2BF002 (or 0x2BF002) is unknown color: approx Harlequin. HEX triplet: 2B, F0 and 02. RGB value is (43,240,2). Sum of RGB (Red+Green+Blue) = 43+240+2=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 240 (94.14% from 255 or 84.21% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF002 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BF002 is #D40FFD. Grayscale: #9A9A9A. Windows color (decimal): -13897726 or 192555. OLE color: 192555.

HSL color Cylindrical-coordinate representation of color #2BF002: hue angle of 109.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BF002 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB432402-
CMYK0.8200.990.06
HSL109.66º98.35%47.45%-
HSV(B)109.66º99.17%94.12%-
XYZ32.1762.8410.49-
YUV153.9642.2348.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 240 (94.14% from 255) = 84.21%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=15.09%
G=84.21%
B=0.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal4324020.8200.990.06109.6698.3547.45
Hex2BF025206366e622f
Octal5336021220143615614257
Binary101011111100001010100100110001111011011101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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