Html Css Color HEX #2EC63A Lime Green

📋 copy color: '#2EC63A'

red 46 ◦ green 198 ◦ blue 58

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

Shades of Lime Green #2EC63A

Tints of Lime Green #2EC63A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 65.56%

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 15.23%
G = 65.56%
B = 19.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#2EC63A (or 0x2EC63A) is known color: Lime Green. HEX triplet: 2E, C6 and 3A. RGB value is (46,198,58). Sum of RGB (Red+Green+Blue) = 46+198+58=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 198 (77.73% from 255 or 65.56% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC63A is #D139C5. Grayscale: #898989. Windows color (decimal): -13711814 or 3851822. OLE color: 3851822.

HSL color Cylindrical-coordinate representation of color #2EC63A: hue angle of 124.74º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC63A is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 198 58 -
CMYK 0.77 0 0.71 0.22
HSL 124.74º 0.62% 0.48% -
HSV(B) 124.74º 0.77% 0.78% -
XYZ 22.08 41.27 10.81 -
YUV 136.59 83.64 63.38 -
System Red Green Blue C M Y K H S L
Decimal 46 198 58 0.77 0 0.71 0.22 124.74 0.62 0.48
Hex 2E C6 3A 4D 0 47 16 7D 3E 30
Octal 56 306 72 115 0 107 26 175 76 60
Binary 101110 11000110 111010 1001101 0 1000111 10110 1111101 111110 110000

Color Harmonies of #2EC63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC63A

Black with #2EC63A

Text Example


Text Example

White with #2EC63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,198,58); }

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

background-color css

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

 a { background-color: rgb(46,198,58); }

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

border-color css

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

 span { border-color: rgb(46,198,58); }

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