#2ECC12

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

Shades of Lime Green #2ECC12

Tints of Lime Green #2ECC12

Color information

#2ECC12 (or 0x2ECC12) is unknown color: approx Lime Green. HEX triplet: 2E, CC and 12. RGB value is (46,204,18). Sum of RGB (Red+Green+Blue) = 46+204+18=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 204 (80.08% from 255 or 76.12% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECC12 is #D133ED. Grayscale: #888888. Windows color (decimal): -13710318 or 1231918. OLE color: 1231918.

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

Color convert

RGB4620418-
CMYK0.7700.910.2
HSL110.97º83.78%43.53%-
HSV(B)110.97º91.18%80%-
XYZ22.8343.817.83-
YUV135.5561.6564.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 204 (80.08% from 255) = 76.12%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=17.16%
G=76.12%
B=6.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal46204180.7700.910.2110.9783.7843.53
Hex2ECC124D05B146f542c
Octal563142211501332415712454
Binary10111011001100100101001101010110111010011011111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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