#2EC121

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

Shades of Lime Green #2EC121

Tints of Lime Green #2EC121

Color information

#2EC121 (or 0x2EC121) is unknown color: approx Lime Green. HEX triplet: 2E, C1 and 21. RGB value is (46,193,33). Sum of RGB (Red+Green+Blue) = 46+193+33=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 193 (75.78% from 255 or 70.96% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC121 is #D13EDE. Grayscale: #838383. Windows color (decimal): -13713119 or 2212142. OLE color: 2212142.

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

Color convert

RGB4619333-
CMYK0.7600.830.24
HSL115.12º70.8%44.31%-
HSV(B)115.12º82.9%75.69%-
XYZ20.4738.837.85-
YUV130.8172.867.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 193 (75.78% from 255) = 70.96%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=16.91%
G=70.96%
B=12.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46193330.7600.830.24115.1270.844.31
Hex2EC1214C0531873472c
Octal563014111401233016310754
Binary101110110000011000011001100010100111100011100111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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