Html Css Color HEX #2EC134 Lime Green

📋 copy color: '#2EC134'

red 46 ◦ green 193 ◦ blue 52

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

Shades of Lime Green #2EC134

Tints of Lime Green #2EC134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 15.81%
G = 66.32%
B = 17.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#2EC134 (or 0x2EC134) is known color: Lime Green. HEX triplet: 2E, C1 and 34. RGB value is (46,193,52). Sum of RGB (Red+Green+Blue) = 46+193+52=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC134 is #D13ECB. Grayscale: #858585. Windows color (decimal): -13713100 or 3457326. OLE color: 3457326.

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

Color convert

RGB 46 193 52 -
CMYK 0.76 0 0.73 0.24
HSL 122.45º 0.62% 0.47% -
HSV(B) 122.45º 0.76% 0.76% -
XYZ 20.82 38.97 9.67 -
YUV 132.97 82.3 65.96 -
System Red Green Blue C M Y K H S L
Decimal 46 193 52 0.76 0 0.73 0.24 122.45 0.62 0.47
Hex 2E C1 34 4C 0 49 18 7A 3E 2F
Octal 56 301 64 114 0 111 30 172 76 57
Binary 101110 11000001 110100 1001100 0 1001001 11000 1111010 111110 101111

Color Harmonies of #2EC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC134

Black with #2EC134

Text Example


Text Example

White with #2EC134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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