#2EB742

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

Shades of Lime Green #2EB742

Tints of Lime Green #2EB742

Color information

#2EB742 (or 0x2EB742) is unknown color: approx Lime Green. HEX triplet: 2E, B7 and 42. RGB value is (46,183,66). Sum of RGB (Red+Green+Blue) = 46+183+66=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB742 is #D148BD. Grayscale: #818181. Windows color (decimal): -13715646 or 4372270. OLE color: 4372270.

HSL color Cylindrical-coordinate representation of color #2EB742: hue angle of 128.76º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB742 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB4618366-
CMYK0.7500.640.28
HSL128.76º59.83%44.9%-
HSV(B)128.76º74.86%71.76%-
XYZ19.0434.8410.88-
YUV128.792.6169.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 183 (71.88% from 255) = 62.03%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=15.59%
G=62.03%
B=22.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal46183660.7500.640.28128.7659.8344.9
Hex2EB7424B0401C813c2d
Octal562671021130100342017455
Binary1011101011011110000101001011010000001110010000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,183,66); }

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

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

 a { background-color: rgb(46,183,66); }

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

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

 span { border-color: rgb(46,183,66); }

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