#2EBD4A

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

Shades of Lime Green #2EBD4A

Tints of Lime Green #2EBD4A

Color information

#2EBD4A (or 0x2EBD4A) is unknown color: approx Lime Green. HEX triplet: 2E, BD and 4A. RGB value is (46,189,74). Sum of RGB (Red+Green+Blue) = 46+189+74=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD4A is #D142B5. Grayscale: #858585. Windows color (decimal): -13714102 or 4898094. OLE color: 4898094.

HSL color Cylindrical-coordinate representation of color #2EBD4A: hue angle of 131.75º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD4A is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB4618974-
CMYK0.7600.610.26
HSL131.75º60.85%46.08%-
HSV(B)131.75º75.66%74.12%-
XYZ20.5637.4712.63-
YUV133.1394.6265.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.89%
GREEN value IS 189 (74.22% from 255) = 61.17%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=14.89%
G=61.17%
B=23.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189740.7600.610.26131.7560.8546.08
Hex2EBD4A4C03D1A843d2e
Octal56275112114075322047556
Binary101110101111011001010100110001111011101010000100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,189,74); }

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

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

 a { background-color: rgb(46,189,74); }

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

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

 span { border-color: rgb(46,189,74); }

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