Html Css Color HEX #2EBD4D Lime Green

📋 copy color: '#2EBD4D'

red 46 ◦ green 189 ◦ blue 77

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

Shades of Lime Green #2EBD4D

Tints of Lime Green #2EBD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.68%

R = 14.74%
G = 60.58%
B = 24.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#2EBD4D (or 0x2EBD4D) is known color: Lime Green. HEX triplet: 2E, BD and 4D. RGB value is (46,189,77). Sum of RGB (Red+Green+Blue) = 46+189+77=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBD4D is #D142B2. Grayscale: #858585. Windows color (decimal): -13714099 or 5094702. OLE color: 5094702.

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

Color convert

RGB 46 189 77 -
CMYK 0.76 0 0.59 0.26
HSL 133.01º 0.61% 0.46% -
HSV(B) 133.01º 0.76% 0.74% -
XYZ 20.66 37.51 13.17 -
YUV 133.48 96.12 65.61 -
System Red Green Blue C M Y K H S L
Decimal 46 189 77 0.76 0 0.59 0.26 133.01 0.61 0.46
Hex 2E BD 4D 4C 0 3B 1A 85 3D 2E
Octal 56 275 115 114 0 73 32 205 75 56
Binary 101110 10111101 1001101 1001100 0 111011 11010 10000101 111101 101110

Color Harmonies of #2EBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBD4D

Black with #2EBD4D

Text Example


Text Example

White with #2EBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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