Html Css Color HEX #2EDC48 Lime Green

📋 copy color: '#2EDC48'

red 46 ◦ green 220 ◦ blue 72

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

Shades of Lime Green #2EDC48

Tints of Lime Green #2EDC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 13.61%
G = 65.09%
B = 21.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#2EDC48 (or 0x2EDC48) is known color: Lime Green. HEX triplet: 2E, DC and 48. RGB value is (46,220,72). Sum of RGB (Red+Green+Blue) = 46+220+72=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC48 is #D123B7. Grayscale: #979797. Windows color (decimal): -13706168 or 4774958. OLE color: 4774958.

HSL color Cylindrical-coordinate representation of color #2EDC48: hue angle of 128.97º 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 #2EDC48 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 220 72 -
CMYK 0.79 0 0.67 0.14
HSL 128.97º 0.71% 0.52% -
HSV(B) 128.97º 0.79% 0.86% -
XYZ 27.89 52.24 14.74 -
YUV 151.1 83.35 53.03 -
System Red Green Blue C M Y K H S L
Decimal 46 220 72 0.79 0 0.67 0.14 128.97 0.71 0.52
Hex 2E DC 48 4F 0 43 E 81 47 34
Octal 56 334 110 117 0 103 16 201 107 64
Binary 101110 11011100 1001000 1001111 0 1000011 1110 10000001 1000111 110100

Color Harmonies of #2EDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC48

Black with #2EDC48

Text Example


Text Example

White with #2EDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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