Html Css Color HEX #2ECA50 Lime Green

📋 copy color: '#2ECA50'

red 46 ◦ green 202 ◦ blue 80

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

Shades of Lime Green #2ECA50

Tints of Lime Green #2ECA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.59%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 14.02%
G = 61.59%
B = 24.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#2ECA50 (or 0x2ECA50) is known color: Lime Green. HEX triplet: 2E, CA and 50. RGB value is (46,202,80). Sum of RGB (Red+Green+Blue) = 46+202+80=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 202 (79.30% from 255 or 61.59% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECA50 is #D135AF. Grayscale: #8D8D8D. Windows color (decimal): -13710768 or 5294638. OLE color: 5294638.

HSL color Cylindrical-coordinate representation of color #2ECA50: hue angle of 133.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA50 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 202 80 -
CMYK 0.77 0 0.60 0.21
HSL 133.08º 0.63% 0.49% -
HSV(B) 133.08º 0.77% 0.79% -
XYZ 23.7 43.4 14.72 -
YUV 141.45 93.32 59.92 -
System Red Green Blue C M Y K H S L
Decimal 46 202 80 0.77 0 0.60 0.21 133.08 0.63 0.49
Hex 2E CA 50 4D 0 3C 15 85 3F 31
Octal 56 312 120 115 0 74 25 205 77 61
Binary 101110 11001010 1010000 1001101 0 111100 10101 10000101 111111 110001

Color Harmonies of #2ECA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECA50

Black with #2ECA50

Text Example


Text Example

White with #2ECA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,202,80); }

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

background-color css

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

 a { background-color: rgb(46,202,80); }

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

border-color css

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

 span { border-color: rgb(46,202,80); }

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