#2EFE43

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

Shades of Lime Green #2EFE43

Tints of Lime Green #2EFE43

Color information

#2EFE43 (or 0x2EFE43) is unknown color: approx Lime Green. HEX triplet: 2E, FE and 43. RGB value is (46,254,67). Sum of RGB (Red+Green+Blue) = 46+254+67=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 254 (99.61% from 255 or 69.21% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFE43 is #D101BC. Grayscale: #ABABAB. Windows color (decimal): -13697469 or 4455982. OLE color: 4455982.

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

Color convert

RGB4625467-
CMYK0.8200.740.00
HSL126.06º99.05%58.82%-
HSV(B)126.06º81.89%99.61%-
XYZ37.5871.8717.2-
YUV170.4969.5939.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.53%
GREEN value IS 254 (99.61% from 255) = 69.21%
BLUE value IS 67 (26.56% from 255) = 18.26%
R=12.53%
G=69.21%
B=18.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal46254670.8200.740.00126.0699.0558.82
Hex2EFE435204A07e633b
Octal563761031220112017614373
Binary101110111111101000011101001001001010011111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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