#2EBD3A

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

Shades of Lime Green #2EBD3A

Tints of Lime Green #2EBD3A

Color information

#2EBD3A (or 0x2EBD3A) is unknown color: approx Lime Green. HEX triplet: 2E, BD and 3A. RGB value is (46,189,58). Sum of RGB (Red+Green+Blue) = 46+189+58=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD3A is #D142C5. Grayscale: #838383. Windows color (decimal): -13714118 or 3849518. OLE color: 3849518.

HSL color Cylindrical-coordinate representation of color #2EBD3A: hue angle of 125.03º 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 #2EBD3A is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB4618958-
CMYK0.7600.690.26
HSL125.03º60.85%46.08%-
HSV(B)125.03º75.66%74.12%-
XYZ20.0937.2810.14-
YUV131.3186.6267.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.70%
GREEN value IS 189 (74.22% from 255) = 64.51%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=15.70%
G=64.51%
B=19.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189580.7600.690.26125.0360.8546.08
Hex2EBD3A4C0451A7d3d2e
Octal56275721140105321757556
Binary10111010111101111010100110001000101110101111101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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