Html Css Color HEX #2EDC4B Lime Green

📋 copy color: '#2EDC4B'

red 46 ◦ green 220 ◦ blue 75

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

Shades of Lime Green #2EDC4B

Tints of Lime Green #2EDC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 13.49%
G = 64.52%
B = 21.99%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#2EDC4B (or 0x2EDC4B) is known color: Lime Green. HEX triplet: 2E, DC and 4B. RGB value is (46,220,75). Sum of RGB (Red+Green+Blue) = 46+220+75=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC4B is #D123B4. Grayscale: #979797. Windows color (decimal): -13706165 or 4971566. OLE color: 4971566.

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

Color convert

RGB 46 220 75 -
CMYK 0.79 0 0.66 0.14
HSL 130º 0.71% 0.52% -
HSV(B) 130º 0.79% 0.86% -
XYZ 27.99 52.28 15.27 -
YUV 151.44 84.85 52.79 -
System Red Green Blue C M Y K H S L
Decimal 46 220 75 0.79 0 0.66 0.14 130 0.71 0.52
Hex 2E DC 4B 4F 0 42 E 82 47 34
Octal 56 334 113 117 0 102 16 202 107 64
Binary 101110 11011100 1001011 1001111 0 1000010 1110 10000010 1000111 110100

Color Harmonies of #2EDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC4B

Black with #2EDC4B

Text Example


Text Example

White with #2EDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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