#2EC11D

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

Shades of Lime Green #2EC11D

Tints of Lime Green #2EC11D

Color information

#2EC11D (or 0x2EC11D) is unknown color: approx Lime Green. HEX triplet: 2E, C1 and 1D. RGB value is (46,193,29). Sum of RGB (Red+Green+Blue) = 46+193+29=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC11D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC11D is #D13EE2. Grayscale: #828282. Windows color (decimal): -13713123 or 1949998. OLE color: 1949998.

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

Color convert

RGB4619329-
CMYK0.7600.850.24
HSL113.78º73.87%43.53%-
HSV(B)113.78º84.97%75.69%-
XYZ20.4238.817.58-
YUV130.3570.867.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 193 (75.78% from 255) = 72.01%
BLUE value IS 29 (11.72% from 255) = 10.82%
R=17.16%
G=72.01%
B=10.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46193290.7600.850.24113.7873.8743.53
Hex2EC11D4C05518724a2c
Octal563013511401253016211254
Binary10111011000001111011001100010101011100011100101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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