#2EC026

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

Shades of Lime Green #2EC026

Tints of Lime Green #2EC026

Color information

#2EC026 (or 0x2EC026) is unknown color: approx Lime Green. HEX triplet: 2E, C0 and 26. RGB value is (46,192,38). Sum of RGB (Red+Green+Blue) = 46+192+38=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC026 is #D13FD9. Grayscale: #838383. Windows color (decimal): -13713370 or 2539566. OLE color: 2539566.

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

Color convert

RGB4619238-
CMYK0.7600.800.25
HSL116.88º66.96%45.1%-
HSV(B)116.88º80.21%75.29%-
XYZ20.3338.428.18-
YUV130.7975.6367.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.67%
GREEN value IS 192 (75.39% from 255) = 69.57%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=16.67%
G=69.57%
B=13.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46192380.7600.800.25116.8866.9645.1
Hex2EC0264C0501975432d
Octal563004611401203116510355
Binary101110110000001001101001100010100001100111101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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