Html Css Color HEX #2EBD4A Lime Green

📋 copy color: '#2EBD4A'

red 46 ◦ green 189 ◦ blue 74

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

Shades of Lime Green #2EBD4A

Tints of Lime Green #2EBD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 14.89%
G = 61.17%
B = 23.95%

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

#2EBD4A (or 0x2EBD4A) is known color: Lime Green. HEX triplet: 2E, BD and 4A. RGB value is (46,189,74). Sum of RGB (Red+Green+Blue) = 46+189+74=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD4A is #D142B5. Grayscale: #858585. Windows color (decimal): -13714102 or 4898094. OLE color: 4898094.

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

Color convert

RGB 46 189 74 -
CMYK 0.76 0 0.61 0.26
HSL 131.75º 0.61% 0.46% -
HSV(B) 131.75º 0.76% 0.74% -
XYZ 20.56 37.47 12.63 -
YUV 133.13 94.62 65.85 -
System Red Green Blue C M Y K H S L
Decimal 46 189 74 0.76 0 0.61 0.26 131.75 0.61 0.46
Hex 2E BD 4A 4C 0 3D 1A 84 3D 2E
Octal 56 275 112 114 0 75 32 204 75 56
Binary 101110 10111101 1001010 1001100 0 111101 11010 10000100 111101 101110

Color Harmonies of #2EBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBD4A

Black with #2EBD4A

Text Example


Text Example

White with #2EBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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