Html Css Color HEX #2EDA4B Lime Green

📋 copy color: '#2EDA4B'

red 46 ◦ green 218 ◦ blue 75

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

Shades of Lime Green #2EDA4B

Tints of Lime Green #2EDA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.31%

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 13.57%
G = 64.31%
B = 22.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#2EDA4B (or 0x2EDA4B) is known color: Lime Green. HEX triplet: 2E, DA and 4B. RGB value is (46,218,75). Sum of RGB (Red+Green+Blue) = 46+218+75=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 218 (85.55% from 255 or 64.31% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA4B is #D125B4. Grayscale: #969696. Windows color (decimal): -13706677 or 4971054. OLE color: 4971054.

HSL color Cylindrical-coordinate representation of color #2EDA4B: hue angle of 130.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDA4B is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 218 75 -
CMYK 0.79 0 0.66 0.15
HSL 130.12º 0.7% 0.52% -
HSV(B) 130.12º 0.79% 0.85% -
XYZ 27.47 51.23 15.1 -
YUV 150.27 85.52 53.63 -
System Red Green Blue C M Y K H S L
Decimal 46 218 75 0.79 0 0.66 0.15 130.12 0.7 0.52
Hex 2E DA 4B 4F 0 42 F 82 46 34
Octal 56 332 113 117 0 102 17 202 106 64
Binary 101110 11011010 1001011 1001111 0 1000010 1111 10000010 1000110 110100

Color Harmonies of #2EDA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA4B

Black with #2EDA4B

Text Example


Text Example

White with #2EDA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,75); }

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

background-color css

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

 a { background-color: rgb(46,218,75); }

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

border-color css

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

 span { border-color: rgb(46,218,75); }

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