Html Css Color HEX #2EC127 Lime Green

📋 copy color: '#2EC127'

red 46 ◦ green 193 ◦ blue 39

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

Shades of Lime Green #2EC127

Tints of Lime Green #2EC127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.03%

R = 16.55%
G = 69.42%
B = 14.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#2EC127 (or 0x2EC127) is known color: Lime Green. HEX triplet: 2E, C1 and 27. RGB value is (46,193,39). Sum of RGB (Red+Green+Blue) = 46+193+39=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC127 is #D13ED8. Grayscale: #838383. Windows color (decimal): -13713113 or 2605358. OLE color: 2605358.

HSL color Cylindrical-coordinate representation of color #2EC127: hue angle of 117.27º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EC127 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 39 -
CMYK 0.76 0 0.80 0.24
HSL 117.27º 0.66% 0.45% -
HSV(B) 117.27º 0.8% 0.76% -
XYZ 20.56 38.87 8.34 -
YUV 131.49 75.8 67.02 -
System Red Green Blue C M Y K H S L
Decimal 46 193 39 0.76 0 0.80 0.24 117.27 0.66 0.45
Hex 2E C1 27 4C 0 50 18 75 42 2D
Octal 56 301 47 114 0 120 30 165 102 55
Binary 101110 11000001 100111 1001100 0 1010000 11000 1110101 1000010 101101

Color Harmonies of #2EC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC127

Black with #2EC127

Text Example


Text Example

White with #2EC127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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