#2CFF11

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

Shades of Harlequin #2CFF11

Tints of Harlequin #2CFF11

Color information

#2CFF11 (or 0x2CFF11) is unknown color: approx Harlequin. HEX triplet: 2C, FF and 11. RGB value is (44,255,17). Sum of RGB (Red+Green+Blue) = 44+255+17=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 255 (100% from 255 or 80.70% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFF11 is #D300EE. Grayscale: #A5A5A5. Windows color (decimal): -13828335 or 1179436. OLE color: 1179436.

HSL color Cylindrical-coordinate representation of color #2CFF11: hue angle of 113.19º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CFF11 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB4425517-
CMYK0.8300.930
HSL113.19º100%53.33%-
HSV(B)113.19º93.33%100%-
XYZ36.972.112.5-
YUV164.7844.641.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.92%
GREEN value IS 255 (100% from 255) = 80.70%
BLUE value IS 17 (7.03% from 255) = 5.38%
R=13.92%
G=80.70%
B=5.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal44255170.8300.930113.1910053.33
Hex2CFF115305D0716435
Octal54377211230135016114465
Binary1011001111111110001101001101011101011100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,255,17); }

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

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

 a { background-color: rgb(44,255,17); }

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

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

 span { border-color: rgb(44,255,17); }

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