#2BE90A

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

Shades of Harlequin #2BE90A

Tints of Harlequin #2BE90A

Color information

#2BE90A (or 0x2BE90A) is unknown color: approx Harlequin. HEX triplet: 2B, E9 and 0A. RGB value is (43,233,10). Sum of RGB (Red+Green+Blue) = 43+233+10=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 233 (91.41% from 255 or 81.47% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE90A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE90A is #D416F5. Grayscale: #979797. Windows color (decimal): -13899510 or 715051. OLE color: 715051.

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

Color convert

RGB4323310-
CMYK0.8200.960.09
HSL111.12º91.77%47.65%-
HSV(B)111.12º95.71%91.37%-
XYZ30.1958.8110.05-
YUV150.7748.5551.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 233 (91.41% from 255) = 81.47%
BLUE value IS 10 (4.30% from 255) = 3.50%
R=15.03%
G=81.47%
B=3.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal43233100.8200.960.09111.1291.7747.65
Hex2BE9A5206096f5c30
Octal533511212201401115713460
Binary101011111010011010101001001100000100111011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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