Html Css Color HEX #2EDC47 Lime Green

📋 copy color: '#2EDC47'

red 46 ◦ green 220 ◦ blue 71

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

Shades of Lime Green #2EDC47

Tints of Lime Green #2EDC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 13.65%
G = 65.28%
B = 21.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#2EDC47 (or 0x2EDC47) is known color: Lime Green. HEX triplet: 2E, DC and 47. RGB value is (46,220,71). Sum of RGB (Red+Green+Blue) = 46+220+71=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC47 is #D123B8. Grayscale: #979797. Windows color (decimal): -13706169 or 4709422. OLE color: 4709422.

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

Color convert

RGB 46 220 71 -
CMYK 0.79 0 0.68 0.14
HSL 128.62º 0.71% 0.52% -
HSV(B) 128.62º 0.79% 0.86% -
XYZ 27.86 52.22 14.57 -
YUV 150.99 82.85 53.12 -
System Red Green Blue C M Y K H S L
Decimal 46 220 71 0.79 0 0.68 0.14 128.62 0.71 0.52
Hex 2E DC 47 4F 0 44 E 81 47 34
Octal 56 334 107 117 0 104 16 201 107 64
Binary 101110 11011100 1000111 1001111 0 1000100 1110 10000001 1000111 110100

Color Harmonies of #2EDC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC47

Black with #2EDC47

Text Example


Text Example

White with #2EDC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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