#2EBC1A

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

Shades of Lime Green #2EBC1A

Tints of Lime Green #2EBC1A

Color information

#2EBC1A (or 0x2EBC1A) is unknown color: approx Lime Green. HEX triplet: 2E, BC and 1A. RGB value is (46,188,26). Sum of RGB (Red+Green+Blue) = 46+188+26=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC1A is #D143E5. Grayscale: #7F7F7F. Windows color (decimal): -13714406 or 1752110. OLE color: 1752110.

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

Color convert

RGB4618826-
CMYK0.7600.860.26
HSL112.59º75.7%41.96%-
HSV(B)112.59º86.17%73.73%-
XYZ19.336.627.03-
YUV127.0770.9670.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.69%
GREEN value IS 188 (73.83% from 255) = 72.31%
BLUE value IS 26 (10.55% from 255) = 10%
R=17.69%
G=72.31%
B=10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46188260.7600.860.26112.5975.741.96
Hex2EBC1A4C0561A714c2a
Octal562743211401263216111452
Binary10111010111100110101001100010101101101011100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,188,26); }

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

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

 a { background-color: rgb(46,188,26); }

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

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

 span { border-color: rgb(46,188,26); }

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