#2EC13E

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

Shades of Lime Green #2EC13E

Tints of Lime Green #2EC13E

Color information

#2EC13E (or 0x2EC13E) is unknown color: approx Lime Green. HEX triplet: 2E, C1 and 3E. RGB value is (46,193,62). Sum of RGB (Red+Green+Blue) = 46+193+62=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC13E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC13E is #D13EC1. Grayscale: #868686. Windows color (decimal): -13713090 or 4112686. OLE color: 4112686.

HSL color Cylindrical-coordinate representation of color #2EC13E: hue angle of 126.53º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC13E is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB4619362-
CMYK0.7600.680.24
HSL126.53º61.51%46.86%-
HSV(B)126.53º76.17%75.69%-
XYZ21.0739.0710.99-
YUV134.1187.365.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 193 (75.78% from 255) = 64.12%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=15.28%
G=64.12%
B=20.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46193620.7600.680.24126.5361.5146.86
Hex2EC13E4C044187f3e2f
Octal56301761140104301777657
Binary10111011000001111110100110001000100110001111111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,193,62); }

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

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

 a { background-color: rgb(46,193,62); }

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

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

 span { border-color: rgb(46,193,62); }

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