#2FFE17

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

Shades of Harlequin #2FFE17

Tints of Harlequin #2FFE17

Color information

#2FFE17 (or 0x2FFE17) is unknown color: approx Harlequin. HEX triplet: 2F, FE and 17. RGB value is (47,254,23). Sum of RGB (Red+Green+Blue) = 47+254+23=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 254 (99.61% from 255 or 78.40% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFE17 is #D001E8. Grayscale: #A6A6A6. Windows color (decimal): -13631977 or 1572399. OLE color: 1572399.

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

Color convert

RGB4725423-
CMYK0.8100.910.00
HSL113.77º99.14%54.31%-
HSV(B)113.77º90.94%99.61%-
XYZ36.7771.5512.68-
YUV165.7747.4243.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.51%
GREEN value IS 254 (99.61% from 255) = 78.40%
BLUE value IS 23 (9.38% from 255) = 7.10%
R=14.51%
G=78.40%
B=7.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal47254230.8100.910.00113.7799.1454.31
Hex2FFE175105B0726336
Octal57376271210133016214366
Binary1011111111111010111101000101011011011100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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