#2ECA12

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

Shades of Lime Green #2ECA12

Tints of Lime Green #2ECA12

Color information

#2ECA12 (or 0x2ECA12) is unknown color: approx Lime Green. HEX triplet: 2E, CA and 12. RGB value is (46,202,18). Sum of RGB (Red+Green+Blue) = 46+202+18=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 202 (79.30% from 255 or 75.94% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECA12 is #D135ED. Grayscale: #868686. Windows color (decimal): -13710830 or 1231406. OLE color: 1231406.

HSL color Cylindrical-coordinate representation of color #2ECA12: hue angle of 110.87º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ECA12 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB4620218-
CMYK0.7700.910.21
HSL110.87º83.64%43.14%-
HSV(B)110.87º91.09%79.22%-
XYZ22.3642.877.67-
YUV134.3862.3264.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.29%
GREEN value IS 202 (79.30% from 255) = 75.94%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=17.29%
G=75.94%
B=6.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46202180.7700.910.21110.8783.6443.14
Hex2ECA124D05B156f542b
Octal563122211501332515712453
Binary10111011001010100101001101010110111010111011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,202,18); }

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

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

 a { background-color: rgb(46,202,18); }

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

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

 span { border-color: rgb(46,202,18); }

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