#2BE601

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

Shades of Harlequin #2BE601

Tints of Harlequin #2BE601

Color information

#2BE601 (or 0x2BE601) is unknown color: approx Harlequin. HEX triplet: 2B, E6 and 01. RGB value is (43,230,1). Sum of RGB (Red+Green+Blue) = 43+230+1=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 230 (90.23% from 255 or 83.94% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE601 is #D419FE. Grayscale: #949494. Windows color (decimal): -13900287 or 124459. OLE color: 124459.

HSL color Cylindrical-coordinate representation of color #2BE601: hue angle of 109º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BE601 is Cyan = 0.81, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB432301-
CMYK0.8101.000.10
HSL109º99.13%45.29%-
HSV(B)109º99.57%90.2%-
XYZ29.357.119.51-
YUV147.9845.0553.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.69%
GREEN value IS 230 (90.23% from 255) = 83.94%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=15.69%
G=83.94%
B=0.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal4323010.8101.000.1010999.1345.29
Hex2BE6151064A6d632d
Octal53346112101441215514355
Binary101011111001101101000101100100101011011011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,230,1); }

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

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

 a { background-color: rgb(43,230,1); }

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

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

 span { border-color: rgb(43,230,1); }

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