#2EDC1D

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

Shades of Lime Green #2EDC1D

Tints of Lime Green #2EDC1D

Color information

#2EDC1D (or 0x2EDC1D) is unknown color: approx Lime Green. HEX triplet: 2E, DC and 1D. RGB value is (46,220,29). Sum of RGB (Red+Green+Blue) = 46+220+29=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 220 (86.33% from 255 or 74.58% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC1D is #D123E2. Grayscale: #929292. Windows color (decimal): -13706211 or 1956910. OLE color: 1956910.

HSL color Cylindrical-coordinate representation of color #2EDC1D: hue angle of 114.66º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EDC1D is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB4622029-
CMYK0.7900.870.14
HSL114.66º76.71%48.82%-
HSV(B)114.66º86.82%86.27%-
XYZ26.9451.869.75-
YUV146.261.8556.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 220 (86.33% from 255) = 74.58%
BLUE value IS 29 (11.72% from 255) = 9.83%
R=15.59%
G=74.58%
B=9.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal46220290.7900.870.14114.6676.7148.82
Hex2EDC1D4F057E734d31
Octal563343511701271616311561
Binary1011101101110011101100111101010111111011100111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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