#2EBD45

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

Shades of Lime Green #2EBD45

Tints of Lime Green #2EBD45

Color information

#2EBD45 (or 0x2EBD45) is unknown color: approx Lime Green. HEX triplet: 2E, BD and 45. RGB value is (46,189,69). Sum of RGB (Red+Green+Blue) = 46+189+69=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD45 is #D142BA. Grayscale: #848484. Windows color (decimal): -13714107 or 4570414. OLE color: 4570414.

HSL color Cylindrical-coordinate representation of color #2EBD45: hue angle of 129.65º 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 #2EBD45 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB4618969-
CMYK0.7600.630.26
HSL129.65º60.85%46.08%-
HSV(B)129.65º75.66%74.12%-
XYZ20.437.4111.78-
YUV132.5692.1266.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 189 (74.22% from 255) = 62.17%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=15.13%
G=62.17%
B=22.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189690.7600.630.26129.6560.8546.08
Hex2EBD454C03F1A823d2e
Octal56275105114077322027556
Binary101110101111011000101100110001111111101010000010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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