#2EB226

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

Shades of Lime Green #2EB226

Tints of Lime Green #2EB226

Color information

#2EB226 (or 0x2EB226) is unknown color: approx Lime Green. HEX triplet: 2E, B2 and 26. RGB value is (46,178,38). Sum of RGB (Red+Green+Blue) = 46+178+38=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 178 (69.92% from 255 or 67.94% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB226 is #D14DD9. Grayscale: #7B7B7B. Windows color (decimal): -13716954 or 2535982. OLE color: 2535982.

HSL color Cylindrical-coordinate representation of color #2EB226: hue angle of 116.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EB226 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB4617838-
CMYK0.7400.790.30
HSL116.57º64.81%42.35%-
HSV(B)116.57º78.65%69.8%-
XYZ17.432.567.2-
YUV122.5780.2773.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 178 (69.92% from 255) = 67.94%
BLUE value IS 38 (15.23% from 255) = 14.50%
R=17.56%
G=67.94%
B=14.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46178380.7400.790.30116.5764.8142.35
Hex2EB2264A04F1E75412a
Octal562624611201173616510152
Binary101110101100101001101001010010011111111011101011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,178,38); }

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

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

 a { background-color: rgb(46,178,38); }

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

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

 span { border-color: rgb(46,178,38); }

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