#2BE40A

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

Shades of Harlequin #2BE40A

Tints of Harlequin #2BE40A

Color information

#2BE40A (or 0x2BE40A) is unknown color: approx Harlequin. HEX triplet: 2B, E4 and 0A. RGB value is (43,228,10). Sum of RGB (Red+Green+Blue) = 43+228+10=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 228 (89.45% from 255 or 81.14% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BE40A is #D41BF5. Grayscale: #949494. Windows color (decimal): -13900790 or 713771. OLE color: 713771.

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

Color convert

RGB4322810-
CMYK0.8100.960.11
HSL110.92º91.6%46.67%-
HSV(B)110.92º95.61%89.41%-
XYZ28.7956.029.58-
YUV147.8350.2153.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.30%
GREEN value IS 228 (89.45% from 255) = 81.14%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=15.30%
G=81.14%
B=3.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal43228100.8100.960.11110.9291.646.67
Hex2BE4A51060B6f5c2f
Octal533441212101401315713457
Binary101011111001001010101000101100000101111011111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,228,10); }

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

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

 a { background-color: rgb(43,228,10); }

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

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

 span { border-color: rgb(43,228,10); }

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