#2ef445

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

Shades of Lime Green #2EF445

Tints of Lime Green #2EF445

Color information

#2EF445 (or 0x2EF445) is unknown color: approx Lime Green. HEX triplet: 2E, F4 and 45. RGB value is (46,244,69). Sum of RGB (Red+Green+Blue) = 46+244+69=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 244 (95.70% from 255 or 67.97% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF445 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF445 is #D10BBA. Grayscale: #A5A5A5. Windows color (decimal): -13700027 or 4584494. OLE color: 4584494.

HSL color Cylindrical-coordinate representation of color #2EF445: hue angle of 126.97º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF445 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB4624469-
CMYK0.8100.720.04
HSL126.97º90%56.86%-
HSV(B)126.97º81.15%95.69%-
XYZ34.5565.7116.49-
YUV164.8573.943.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.81%
GREEN value IS 244 (95.70% from 255) = 67.97%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=12.81%
G=67.97%
B=19.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal46244690.8100.720.04126.979056.86
Hex2EF4455104847f5a39
Octal563641051210110417713271
Binary10111011110100100010110100010100100010011111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ef445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,244,69); }

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

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

 a { background-color: rgb(46,244,69); }

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

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

 span { border-color: rgb(46,244,69); }

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

cancel