#2EBE1A

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

Shades of Lime Green #2EBE1A

Tints of Lime Green #2EBE1A

Color information

#2EBE1A (or 0x2EBE1A) is unknown color: approx Lime Green. HEX triplet: 2E, BE and 1A. RGB value is (46,190,26). Sum of RGB (Red+Green+Blue) = 46+190+26=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 190 (74.61% from 255 or 72.52% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBE1A is #D141E5. Grayscale: #808080. Windows color (decimal): -13713894 or 1752622. OLE color: 1752622.

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

Color convert

RGB4619026-
CMYK0.7600.860.25
HSL112.68º75.93%42.35%-
HSV(B)112.68º86.32%74.51%-
XYZ19.7337.487.17-
YUV128.2570.2969.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 190 (74.61% from 255) = 72.52%
BLUE value IS 26 (10.55% from 255) = 9.92%
R=17.56%
G=72.52%
B=9.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46190260.7600.860.25112.6875.9342.35
Hex2EBE1A4C05619714c2a
Octal562763211401263116111452
Binary10111010111110110101001100010101101100111100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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