Html Css Color HEX #2EC136 Lime Green

📋 copy color: '#2EC136'

red 46 ◦ green 193 ◦ blue 54

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

Shades of Lime Green #2EC136

Tints of Lime Green #2EC136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 65.87%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 15.7%
G = 65.87%
B = 18.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#2EC136 (or 0x2EC136) is known color: Lime Green. HEX triplet: 2E, C1 and 36. RGB value is (46,193,54). Sum of RGB (Red+Green+Blue) = 46+193+54=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC136 is #D13EC9. Grayscale: #858585. Windows color (decimal): -13713098 or 3588398. OLE color: 3588398.

HSL color Cylindrical-coordinate representation of color #2EC136: hue angle of 123.27º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC136 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 54 -
CMYK 0.76 0 0.72 0.24
HSL 123.27º 0.62% 0.47% -
HSV(B) 123.27º 0.76% 0.76% -
XYZ 20.86 38.99 9.92 -
YUV 133.2 83.3 65.8 -
System Red Green Blue C M Y K H S L
Decimal 46 193 54 0.76 0 0.72 0.24 123.27 0.62 0.47
Hex 2E C1 36 4C 0 48 18 7B 3E 2F
Octal 56 301 66 114 0 110 30 173 76 57
Binary 101110 11000001 110110 1001100 0 1001000 11000 1111011 111110 101111

Color Harmonies of #2EC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC136

Black with #2EC136

Text Example


Text Example

White with #2EC136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,193,54); }

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

background-color css

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

 a { background-color: rgb(46,193,54); }

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

border-color css

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

 span { border-color: rgb(46,193,54); }

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