#2BE914

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

Shades of Harlequin #2BE914

Tints of Harlequin #2BE914

Color information

#2BE914 (or 0x2BE914) is unknown color: approx Harlequin. HEX triplet: 2B, E9 and 14. RGB value is (43,233,20). Sum of RGB (Red+Green+Blue) = 43+233+20=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 233 (91.41% from 255 or 78.72% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE914 is #D416EB. Grayscale: #989898. Windows color (decimal): -13899500 or 1370411. OLE color: 1370411.

HSL color Cylindrical-coordinate representation of color #2BE914: hue angle of 113.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BE914 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB4323320-
CMYK0.8200.910.09
HSL113.52º84.19%49.61%-
HSV(B)113.52º91.42%91.37%-
XYZ30.2658.8410.42-
YUV151.9153.5550.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.53%
GREEN value IS 233 (91.41% from 255) = 78.72%
BLUE value IS 20 (8.20% from 255) = 6.76%
R=14.53%
G=78.72%
B=6.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal43233200.8200.910.09113.5284.1949.61
Hex2BE9145205B9725432
Octal533512412201331116212462
Binary1010111110100110100101001001011011100111100101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,233,20); }

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

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

 a { background-color: rgb(43,233,20); }

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

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

 span { border-color: rgb(43,233,20); }

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