#2EB241

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

Shades of Lime Green #2EB241

Tints of Lime Green #2EB241

Color information

#2EB241 (or 0x2EB241) is unknown color: approx Lime Green. HEX triplet: 2E, B2 and 41. RGB value is (46,178,65). Sum of RGB (Red+Green+Blue) = 46+178+65=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB241 is #D14DBE. Grayscale: #7D7D7D. Windows color (decimal): -13716927 or 4305454. OLE color: 4305454.

HSL color Cylindrical-coordinate representation of color #2EB241: hue angle of 128.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB241 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB4617865-
CMYK0.7400.630.30
HSL128.64º58.93%43.92%-
HSV(B)128.64º74.16%69.8%-
XYZ1832.810.38-
YUV125.6593.7771.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.92%
GREEN value IS 178 (69.92% from 255) = 61.59%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=15.92%
G=61.59%
B=22.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46178650.7400.630.30128.6458.9343.92
Hex2EB2414A03F1E813b2c
Octal56262101112077362017354
Binary101110101100101000001100101001111111111010000001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,178,65); }

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

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

 a { background-color: rgb(46,178,65); }

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

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

 span { border-color: rgb(46,178,65); }

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