#2CE509

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

Shades of Harlequin #2CE509

Tints of Harlequin #2CE509

Color information

#2CE509 (or 0x2CE509) is unknown color: approx Harlequin. HEX triplet: 2C, E5 and 09. RGB value is (44,229,9). Sum of RGB (Red+Green+Blue) = 44+229+9=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 229 (89.84% from 255 or 81.21% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE509 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE509 is #D31AF6. Grayscale: #959595. Windows color (decimal): -13834999 or 648492. OLE color: 648492.

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

Color convert

RGB442299-
CMYK0.8100.960.10
HSL110.45º92.44%46.67%-
HSV(B)110.45º96.07%89.8%-
XYZ29.1156.599.65-
YUV148.6149.2153.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 229 (89.84% from 255) = 81.21%
BLUE value IS 9 (3.91% from 255) = 3.19%
R=15.60%
G=81.21%
B=3.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal4422990.8100.960.10110.4592.4446.67
Hex2CE5951060A6e5c2f
Octal543451112101401215613457
Binary101100111001011001101000101100000101011011101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,229,9); }

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

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

 a { background-color: rgb(44,229,9); }

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

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

 span { border-color: rgb(44,229,9); }

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