#2EB845

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

Shades of Lime Green #2EB845

Tints of Lime Green #2EB845

Color information

#2EB845 (or 0x2EB845) is unknown color: approx Lime Green. HEX triplet: 2E, B8 and 45. RGB value is (46,184,69). Sum of RGB (Red+Green+Blue) = 46+184+69=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 184 (72.27% from 255 or 61.54% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB845 is #D147BA. Grayscale: #818181. Windows color (decimal): -13715387 or 4569134. OLE color: 4569134.

HSL color Cylindrical-coordinate representation of color #2EB845: hue angle of 130º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB845 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB4618469-
CMYK0.7500.620.28
HSL130º60%45.1%-
HSV(B)130º75%72.16%-
XYZ19.3435.2911.42-
YUV129.6393.7868.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.38%
GREEN value IS 184 (72.27% from 255) = 61.54%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=15.38%
G=61.54%
B=23.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal46184690.7500.620.281306045.1
Hex2EB8454B03E1C823c2d
Octal56270105113076342027455
Binary101110101110001000101100101101111101110010000010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,184,69); }

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

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

 a { background-color: rgb(46,184,69); }

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

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

 span { border-color: rgb(46,184,69); }

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