#2EBD48

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

Shades of Lime Green #2EBD48

Tints of Lime Green #2EBD48

Color information

#2EBD48 (or 0x2EBD48) is unknown color: approx Lime Green. HEX triplet: 2E, BD and 48. RGB value is (46,189,72). Sum of RGB (Red+Green+Blue) = 46+189+72=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD48 is #D142B7. Grayscale: #858585. Windows color (decimal): -13714104 or 4767022. OLE color: 4767022.

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

Color convert

RGB4618972-
CMYK0.7600.620.26
HSL130.91º60.85%46.08%-
HSV(B)130.91º75.66%74.12%-
XYZ20.4937.4412.28-
YUV132.993.6266.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 189 (74.22% from 255) = 61.56%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=14.98%
G=61.56%
B=23.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189720.7600.620.26130.9160.8546.08
Hex2EBD484C03E1A833d2e
Octal56275110114076322037556
Binary101110101111011001000100110001111101101010000011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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