Html Css Color HEX #2EBD49 Lime Green

📋 copy color: '#2EBD49'

red 46 ◦ green 189 ◦ blue 73

#2EBD49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2EBD49

Tints of Lime Green #2EBD49

RGB

 RED value IS 46 (18.36% from 255) = 14.94%

 GREEN value IS 189 (74.22% from 255) = 61.36%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 14.94%
G = 61.36%
B = 23.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#2EBD49 (or 0x2EBD49) is known color: Lime Green. HEX triplet: 2E, BD and 49. RGB value is (46,189,73). Sum of RGB (Red+Green+Blue) = 46+189+73=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD49 is #D142B6. Grayscale: #858585. Windows color (decimal): -13714103 or 4832558. OLE color: 4832558.

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

Color convert

RGB 46 189 73 -
CMYK 0.76 0 0.61 0.26
HSL 131.33º 0.61% 0.46% -
HSV(B) 131.33º 0.76% 0.74% -
XYZ 20.53 37.46 12.45 -
YUV 133.02 94.12 65.93 -
System Red Green Blue C M Y K H S L
Decimal 46 189 73 0.76 0 0.61 0.26 131.33 0.61 0.46
Hex 2E BD 49 4C 0 3D 1A 83 3D 2E
Octal 56 275 111 114 0 75 32 203 75 56
Binary 101110 10111101 1001001 1001100 0 111101 11010 10000011 111101 101110

Color Harmonies of #2EBD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBD49

Black with #2EBD49

Text Example


Text Example

White with #2EBD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EBD49;
 }
 .AnyTagClassName
 {
   color: #2EBD49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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