#2EBE2A

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

Shades of Lime Green #2EBE2A

Tints of Lime Green #2EBE2A

Color information

#2EBE2A (or 0x2EBE2A) is unknown color: approx Lime Green. HEX triplet: 2E, BE and 2A. RGB value is (46,190,42). Sum of RGB (Red+Green+Blue) = 46+190+42=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 190 (74.61% from 255 or 68.35% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBE2A is #D141D5. Grayscale: #828282. Windows color (decimal): -13713878 or 2801198. OLE color: 2801198.

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

Color convert

RGB4619042-
CMYK0.7600.780.25
HSL118.38º63.79%45.49%-
HSV(B)118.38º77.89%74.51%-
XYZ19.9637.578.39-
YUV130.0778.2968.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.55%
GREEN value IS 190 (74.61% from 255) = 68.35%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=16.55%
G=68.35%
B=15.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46190420.7600.780.25118.3863.7945.49
Hex2EBE2A4C04E1976402d
Octal562765211401163116610055
Binary101110101111101010101001100010011101100111101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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