Html Css Color HEX #2EC53A Lime Green

📋 copy color: '#2EC53A'

red 46 ◦ green 197 ◦ blue 58

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

Shades of Lime Green #2EC53A

Tints of Lime Green #2EC53A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.45%

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

R = 15.28%
G = 65.45%
B = 19.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#2EC53A (or 0x2EC53A) is known color: Lime Green. HEX triplet: 2E, C5 and 3A. RGB value is (46,197,58). Sum of RGB (Red+Green+Blue) = 46+197+58=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC53A is #D13AC5. Grayscale: #888888. Windows color (decimal): -13712070 or 3851566. OLE color: 3851566.

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

Color convert

RGB 46 197 58 -
CMYK 0.77 0 0.71 0.23
HSL 124.77º 0.62% 0.48% -
HSV(B) 124.77º 0.77% 0.77% -
XYZ 21.86 40.82 10.73 -
YUV 136.01 83.97 63.8 -
System Red Green Blue C M Y K H S L
Decimal 46 197 58 0.77 0 0.71 0.23 124.77 0.62 0.48
Hex 2E C5 3A 4D 0 47 17 7D 3E 30
Octal 56 305 72 115 0 107 27 175 76 60
Binary 101110 11000101 111010 1001101 0 1000111 10111 1111101 111110 110000

Color Harmonies of #2EC53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC53A

Black with #2EC53A

Text Example


Text Example

White with #2EC53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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