#2EBD41

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

Shades of Lime Green #2EBD41

Tints of Lime Green #2EBD41

Color information

#2EBD41 (or 0x2EBD41) is unknown color: approx Lime Green. HEX triplet: 2E, BD and 41. RGB value is (46,189,65). Sum of RGB (Red+Green+Blue) = 46+189+65=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD41 is #D142BE. Grayscale: #848484. Windows color (decimal): -13714111 or 4308270. OLE color: 4308270.

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

Color convert

RGB4618965-
CMYK0.7600.660.26
HSL127.97º60.85%46.08%-
HSV(B)127.97º75.66%74.12%-
XYZ20.2837.3611.14-
YUV132.1190.1266.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.33%
GREEN value IS 189 (74.22% from 255) = 63%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=15.33%
G=63%
B=21.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189650.7600.660.26127.9760.8546.08
Hex2EBD414C0421A803d2e
Octal562751011140102322007556
Binary1011101011110110000011001100010000101101010000000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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