#2EBF41

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

Shades of Lime Green #2EBF41

Tints of Lime Green #2EBF41

Color information

#2EBF41 (or 0x2EBF41) is unknown color: approx Lime Green. HEX triplet: 2E, BF and 41. RGB value is (46,191,65). Sum of RGB (Red+Green+Blue) = 46+191+65=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBF41 is #D140BE. Grayscale: #858585. Windows color (decimal): -13713599 or 4308782. OLE color: 4308782.

HSL color Cylindrical-coordinate representation of color #2EBF41: hue angle of 127.86º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBF41 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB4619165-
CMYK0.7600.660.25
HSL127.86º61.18%46.47%-
HSV(B)127.86º75.92%74.9%-
XYZ20.7138.2211.29-
YUV133.2889.4665.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 191 (75% from 255) = 63.25%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=15.23%
G=63.25%
B=21.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46191650.7600.660.25127.8661.1846.47
Hex2EBF414C04219803d2e
Octal562771011140102312007556
Binary1011101011111110000011001100010000101100110000000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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