#2EFE07

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

Shades of Harlequin #2EFE07

Tints of Harlequin #2EFE07

Color information

#2EFE07 (or 0x2EFE07) is unknown color: approx Harlequin. HEX triplet: 2E, FE and 07. RGB value is (46,254,7). Sum of RGB (Red+Green+Blue) = 46+254+7=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 254 (99.61% from 255 or 82.74% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EFE07 is #D101F8. Grayscale: #A4A4A4. Windows color (decimal): -13697529 or 523822. OLE color: 523822.

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

Color convert

RGB462547-
CMYK0.8200.970.00
HSL110.53º99.2%51.18%-
HSV(B)110.53º97.24%99.61%-
XYZ36.6171.4812.07-
YUV163.6539.5944.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 254 (99.61% from 255) = 82.74%
BLUE value IS 7 (3.12% from 255) = 2.28%
R=14.98%
G=82.74%
B=2.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal4625470.8200.970.00110.5399.251.18
Hex2EFE75206106f6333
Octal5637671220141015714363
Binary10111011111110111101001001100001011011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,254,7); }

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

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

 a { background-color: rgb(46,254,7); }

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

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

 span { border-color: rgb(46,254,7); }

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