Html Css Color HEX #2EC147 Lime Green

📋 copy color: '#2EC147'

red 46 ◦ green 193 ◦ blue 71

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

Shades of Lime Green #2EC147

Tints of Lime Green #2EC147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 14.84%
G = 62.26%
B = 22.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#2EC147 (or 0x2EC147) is known color: Lime Green. HEX triplet: 2E, C1 and 47. RGB value is (46,193,71). Sum of RGB (Red+Green+Blue) = 46+193+71=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC147 is #D13EB8. Grayscale: #878787. Windows color (decimal): -13713081 or 4702510. OLE color: 4702510.

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

Color convert

RGB 46 193 71 -
CMYK 0.76 0 0.63 0.24
HSL 130.2º 0.62% 0.47% -
HSV(B) 130.2º 0.76% 0.76% -
XYZ 21.33 39.18 12.4 -
YUV 135.14 91.8 64.42 -
System Red Green Blue C M Y K H S L
Decimal 46 193 71 0.76 0 0.63 0.24 130.2 0.62 0.47
Hex 2E C1 47 4C 0 3F 18 82 3E 2F
Octal 56 301 107 114 0 77 30 202 76 57
Binary 101110 11000001 1000111 1001100 0 111111 11000 10000010 111110 101111

Color Harmonies of #2EC147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC147

Black with #2EC147

Text Example


Text Example

White with #2EC147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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