#2BE210

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

Shades of Harlequin #2BE210

Tints of Harlequin #2BE210

Color information

#2BE210 (or 0x2BE210) is unknown color: approx Harlequin. HEX triplet: 2B, E2 and 10. RGB value is (43,226,16). Sum of RGB (Red+Green+Blue) = 43+226+16=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 226 (88.67% from 255 or 79.30% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE210 is #D41DEF. Grayscale: #949494. Windows color (decimal): -13901296 or 1106475. OLE color: 1106475.

HSL color Cylindrical-coordinate representation of color #2BE210: hue angle of 112.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BE210 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB4322616-
CMYK0.8100.930.11
HSL112.29º86.78%47.45%-
HSV(B)112.29º92.92%88.63%-
XYZ28.2954.949.6-
YUV147.3453.8753.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 226 (88.67% from 255) = 79.30%
BLUE value IS 16 (6.64% from 255) = 5.61%
R=15.09%
G=79.30%
B=5.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal43226160.8100.930.11112.2986.7847.45
Hex2BE2105105DB70572f
Octal533422012101351316012757
Binary1010111110001010000101000101011101101111100001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,226,16); }

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

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

 a { background-color: rgb(43,226,16); }

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

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

 span { border-color: rgb(43,226,16); }

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