Html Css Color HEX #2EDC2A Lime Green

📋 copy color: '#2EDC2A'

red 46 ◦ green 220 ◦ blue 42

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

Shades of Lime Green #2EDC2A

Tints of Lime Green #2EDC2A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 71.43%

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

R = 14.94%
G = 71.43%
B = 13.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#2EDC2A (or 0x2EDC2A) is known color: Lime Green. HEX triplet: 2E, DC and 2A. RGB value is (46,220,42). Sum of RGB (Red+Green+Blue) = 46+220+42=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 220 (86.33% from 255 or 71.43% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC2A is #D123D5. Grayscale: #949494. Windows color (decimal): -13706198 or 2808878. OLE color: 2808878.

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

Color convert

RGB 46 220 42 -
CMYK 0.79 0 0.81 0.14
HSL 118.65º 0.72% 0.51% -
HSV(B) 118.65º 0.81% 0.86% -
XYZ 27.14 51.93 10.78 -
YUV 147.68 68.35 55.47 -
System Red Green Blue C M Y K H S L
Decimal 46 220 42 0.79 0 0.81 0.14 118.65 0.72 0.51
Hex 2E DC 2A 4F 0 51 E 77 48 33
Octal 56 334 52 117 0 121 16 167 110 63
Binary 101110 11011100 101010 1001111 0 1010001 1110 1110111 1001000 110011

Color Harmonies of #2EDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC2A

Black with #2EDC2A

Text Example


Text Example

White with #2EDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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