#2ED445

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

Shades of Lime Green #2ED445

Tints of Lime Green #2ED445

Color information

#2ED445 (or 0x2ED445) is unknown color: approx Lime Green. HEX triplet: 2E, D4 and 45. RGB value is (46,212,69). Sum of RGB (Red+Green+Blue) = 46+212+69=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 212 (83.20% from 255 or 64.83% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED445 is #D12BBA. Grayscale: #929292. Windows color (decimal): -13708219 or 4576302. OLE color: 4576302.

HSL color Cylindrical-coordinate representation of color #2ED445: hue angle of 128.31º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED445 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB4621269-
CMYK0.7800.670.17
HSL128.31º65.87%50.59%-
HSV(B)128.31º78.3%83.14%-
XYZ25.7448.113.56-
YUV146.0684.556.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.07%
GREEN value IS 212 (83.20% from 255) = 64.83%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=14.07%
G=64.83%
B=21.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal46212690.7800.670.17128.3165.8750.59
Hex2ED4454E04311804233
Octal5632410511601032120010263
Binary10111011010100100010110011100100001110001100000001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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