Html Css Color HEX #2EDA2A Lime Green

📋 copy color: '#2EDA2A'

red 46 ◦ green 218 ◦ blue 42

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

Shades of Lime Green #2EDA2A

Tints of Lime Green #2EDA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 15.03%
G = 71.24%
B = 13.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#2EDA2A (or 0x2EDA2A) is known color: Lime Green. HEX triplet: 2E, DA and 2A. RGB value is (46,218,42). Sum of RGB (Red+Green+Blue) = 46+218+42=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 218 (85.55% from 255 or 71.24% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA2A is #D125D5. Grayscale: #939393. Windows color (decimal): -13706710 or 2808366. OLE color: 2808366.

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

Color convert

RGB 46 218 42 -
CMYK 0.79 0 0.81 0.15
HSL 118.64º 0.7% 0.51% -
HSV(B) 118.64º 0.81% 0.85% -
XYZ 26.62 50.89 10.61 -
YUV 146.51 69.02 56.31 -
System Red Green Blue C M Y K H S L
Decimal 46 218 42 0.79 0 0.81 0.15 118.64 0.7 0.51
Hex 2E DA 2A 4F 0 51 F 77 46 33
Octal 56 332 52 117 0 121 17 167 106 63
Binary 101110 11011010 101010 1001111 0 1010001 1111 1110111 1000110 110011

Color Harmonies of #2EDA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA2A

Black with #2EDA2A

Text Example


Text Example

White with #2EDA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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