#2EF217

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

Shades of Harlequin #2EF217

Tints of Harlequin #2EF217

Color information

#2EF217 (or 0x2EF217) is unknown color: approx Harlequin. HEX triplet: 2E, F2 and 17. RGB value is (46,242,23). Sum of RGB (Red+Green+Blue) = 46+242+23=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 242 (94.92% from 255 or 77.81% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF217 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EF217 is #D10DE8. Grayscale: #9F9F9F. Windows color (decimal): -13700585 or 1569326. OLE color: 1569326.

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

Color convert

RGB4624223-
CMYK0.8100.900.05
HSL113.7º89.39%51.96%-
HSV(B)113.7º90.5%94.9%-
XYZ33.0364.1511.45-
YUV158.4351.5747.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.79%
GREEN value IS 242 (94.92% from 255) = 77.81%
BLUE value IS 23 (9.38% from 255) = 7.40%
R=14.79%
G=77.81%
B=7.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal46242230.8100.900.05113.789.3951.96
Hex2EF2175105A5725934
Octal56362271210132516213164
Binary101110111100101011110100010101101010111100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,242,23); }

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

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

 a { background-color: rgb(46,242,23); }

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

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

 span { border-color: rgb(46,242,23); }

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