#2FF00E

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

Shades of Harlequin #2FF00E

Tints of Harlequin #2FF00E

Color information

#2FF00E (or 0x2FF00E) is unknown color: approx Harlequin. HEX triplet: 2F, F0 and 0E. RGB value is (47,240,14). Sum of RGB (Red+Green+Blue) = 47+240+14=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 240 (94.14% from 255 or 79.73% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF00E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF00E is #D00FF1. Grayscale: #9D9D9D. Windows color (decimal): -13635570 or 978991. OLE color: 978991.

HSL color Cylindrical-coordinate representation of color #2FF00E: hue angle of 111.24º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FF00E is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB4724014-
CMYK0.8000.940.06
HSL111.24º88.98%49.8%-
HSV(B)111.24º94.17%94.12%-
XYZ32.4162.9610.86-
YUV156.5347.5649.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.61%
GREEN value IS 240 (94.14% from 255) = 79.73%
BLUE value IS 14 (5.86% from 255) = 4.65%
R=15.61%
G=79.73%
B=4.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal47240140.8000.940.06111.2488.9849.8
Hex2FF0E5005E66f5932
Octal57360161200136615713162
Binary10111111110000111010100000101111011011011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,240,14); }

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

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

 a { background-color: rgb(47,240,14); }

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

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

 span { border-color: rgb(47,240,14); }

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