Html Css Color HEX #2ED547 Lime Green

📋 copy color: '#2ED547'

red 46 ◦ green 213 ◦ blue 71

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

Shades of Lime Green #2ED547

Tints of Lime Green #2ED547

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.55%

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

R = 13.94%
G = 64.55%
B = 21.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#2ED547 (or 0x2ED547) is known color: Lime Green. HEX triplet: 2E, D5 and 47. RGB value is (46,213,71). Sum of RGB (Red+Green+Blue) = 46+213+71=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED547 is #D12AB8. Grayscale: #939393. Windows color (decimal): -13707961 or 4707630. OLE color: 4707630.

HSL color Cylindrical-coordinate representation of color #2ED547: hue angle of 128.98º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED547 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 213 71 -
CMYK 0.78 0 0.67 0.16
HSL 128.98º 0.67% 0.51% -
HSV(B) 128.98º 0.78% 0.84% -
XYZ 26.06 48.62 13.97 -
YUV 146.88 85.17 56.05 -
System Red Green Blue C M Y K H S L
Decimal 46 213 71 0.78 0 0.67 0.16 128.98 0.67 0.51
Hex 2E D5 47 4E 0 43 10 81 43 33
Octal 56 325 107 116 0 103 20 201 103 63
Binary 101110 11010101 1000111 1001110 0 1000011 10000 10000001 1000011 110011

Color Harmonies of #2ED547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED547

Black with #2ED547

Text Example


Text Example

White with #2ED547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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