#2CF209

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

Shades of Harlequin #2CF209

Tints of Harlequin #2CF209

Color information

#2CF209 (or 0x2CF209) is unknown color: approx Harlequin. HEX triplet: 2C, F2 and 09. RGB value is (44,242,9). Sum of RGB (Red+Green+Blue) = 44+242+9=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 242 (94.92% from 255 or 82.03% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF209 is #D30DF6. Grayscale: #9C9C9C. Windows color (decimal): -13831671 or 651820. OLE color: 651820.

HSL color Cylindrical-coordinate representation of color #2CF209: hue angle of 110.99º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CF209 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB442429-
CMYK0.8200.960.05
HSL110.99º92.83%49.22%-
HSV(B)110.99º96.28%94.9%-
XYZ32.8464.0610.89-
YUV156.2444.947.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.92%
GREEN value IS 242 (94.92% from 255) = 82.03%
BLUE value IS 9 (3.91% from 255) = 3.05%
R=14.92%
G=82.03%
B=3.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4424290.8200.960.05110.9992.8349.22
Hex2CF295206056f5d31
Octal54362111220140515713561
Binary10110011110010100110100100110000010111011111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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