#2CF21B

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

Shades of Harlequin #2CF21B

Tints of Harlequin #2CF21B

Color information

#2CF21B (or 0x2CF21B) is unknown color: approx Harlequin. HEX triplet: 2C, F2 and 1B. RGB value is (44,242,27). Sum of RGB (Red+Green+Blue) = 44+242+27=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 242 (94.92% from 255 or 77.32% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF21B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF21B is #D30DE4. Grayscale: #9E9E9E. Windows color (decimal): -13831653 or 1831468. OLE color: 1831468.

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

Color convert

RGB4424227-
CMYK0.8200.890.05
HSL115.26º89.21%52.75%-
HSV(B)115.26º88.84%94.9%-
XYZ32.9964.1211.67-
YUV158.2953.946.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.06%
GREEN value IS 242 (94.92% from 255) = 77.32%
BLUE value IS 27 (10.94% from 255) = 8.63%
R=14.06%
G=77.32%
B=8.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal44242270.8200.890.05115.2689.2152.75
Hex2CF21B520595735935
Octal54362331220131516313165
Binary101100111100101101110100100101100110111100111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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