#2FFE11

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

Shades of Harlequin #2FFE11

Tints of Harlequin #2FFE11

Color information

#2FFE11 (or 0x2FFE11) is unknown color: approx Harlequin. HEX triplet: 2F, FE and 11. RGB value is (47,254,17). Sum of RGB (Red+Green+Blue) = 47+254+17=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 254 (99.61% from 255 or 79.87% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFE11 is #D001EE. Grayscale: #A5A5A5. Windows color (decimal): -13631983 or 1179183. OLE color: 1179183.

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

Color convert

RGB4725417-
CMYK0.8100.930.00
HSL112.41º99.16%53.14%-
HSV(B)112.41º93.31%99.61%-
XYZ36.7271.5312.4-
YUV165.0944.4243.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.78%
GREEN value IS 254 (99.61% from 255) = 79.87%
BLUE value IS 17 (7.03% from 255) = 5.35%
R=14.78%
G=79.87%
B=5.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal47254170.8100.930.00112.4199.1653.14
Hex2FFE115105D0706335
Octal57376211210135016014365
Binary1011111111111010001101000101011101011100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,254,17); }

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

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

 a { background-color: rgb(47,254,17); }

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

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

 span { border-color: rgb(47,254,17); }

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