Html Css Color HEX #2EC138 Lime Green

📋 copy color: '#2EC138'

red 46 ◦ green 193 ◦ blue 56

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

Shades of Lime Green #2EC138

Tints of Lime Green #2EC138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 15.59%
G = 65.42%
B = 18.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#2EC138 (or 0x2EC138) is known color: Lime Green. HEX triplet: 2E, C1 and 38. RGB value is (46,193,56). Sum of RGB (Red+Green+Blue) = 46+193+56=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC138 is #D13EC7. Grayscale: #858585. Windows color (decimal): -13713096 or 3719470. OLE color: 3719470.

HSL color Cylindrical-coordinate representation of color #2EC138: hue angle of 124.08º 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 #2EC138 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 56 -
CMYK 0.76 0 0.71 0.24
HSL 124.08º 0.62% 0.47% -
HSV(B) 124.08º 0.76% 0.76% -
XYZ 20.91 39.01 10.17 -
YUV 133.43 84.3 65.64 -
System Red Green Blue C M Y K H S L
Decimal 46 193 56 0.76 0 0.71 0.24 124.08 0.62 0.47
Hex 2E C1 38 4C 0 47 18 7C 3E 2F
Octal 56 301 70 114 0 107 30 174 76 57
Binary 101110 11000001 111000 1001100 0 1000111 11000 1111100 111110 101111

Color Harmonies of #2EC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC138

Black with #2EC138

Text Example


Text Example

White with #2EC138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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