Html Css Color HEX #2ED54E Lime Green

📋 copy color: '#2ED54E'

red 46 ◦ green 213 ◦ blue 78

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

Shades of Lime Green #2ED54E

Tints of Lime Green #2ED54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 13.65%
G = 63.2%
B = 23.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#2ED54E (or 0x2ED54E) is known color: Lime Green. HEX triplet: 2E, D5 and 4E. RGB value is (46,213,78). Sum of RGB (Red+Green+Blue) = 46+213+78=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 213 (83.59% from 255 or 63.20% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED54E is #D12AB1. Grayscale: #949494. Windows color (decimal): -13707954 or 5166382. OLE color: 5166382.

HSL color Cylindrical-coordinate representation of color #2ED54E: hue angle of 131.5º 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 #2ED54E is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 213 78 -
CMYK 0.78 0 0.63 0.16
HSL 131.5º 0.67% 0.51% -
HSV(B) 131.5º 0.78% 0.84% -
XYZ 26.3 48.72 15.23 -
YUV 147.68 88.67 55.48 -
System Red Green Blue C M Y K H S L
Decimal 46 213 78 0.78 0 0.63 0.16 131.5 0.67 0.51
Hex 2E D5 4E 4E 0 3F 10 83 43 33
Octal 56 325 116 116 0 77 20 203 103 63
Binary 101110 11010101 1001110 1001110 0 111111 10000 10000011 1000011 110011

Color Harmonies of #2ED54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED54E

Black with #2ED54E

Text Example


Text Example

White with #2ED54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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