Html Css Color HEX #2EC026 Lime Green

📋 copy color: '#2EC026'

red 46 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #2EC026

Tints of Lime Green #2EC026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.57%

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 16.67%
G = 69.57%
B = 13.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#2EC026 (or 0x2EC026) is known color: Lime Green. HEX triplet: 2E, C0 and 26. RGB value is (46,192,38). Sum of RGB (Red+Green+Blue) = 46+192+38=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC026 is #D13FD9. Grayscale: #838383. Windows color (decimal): -13713370 or 2539566. OLE color: 2539566.

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

Color convert

RGB 46 192 38 -
CMYK 0.76 0 0.80 0.25
HSL 116.88º 0.67% 0.45% -
HSV(B) 116.88º 0.8% 0.75% -
XYZ 20.33 38.42 8.18 -
YUV 130.79 75.63 67.52 -
System Red Green Blue C M Y K H S L
Decimal 46 192 38 0.76 0 0.80 0.25 116.88 0.67 0.45
Hex 2E C0 26 4C 0 50 19 75 43 2D
Octal 56 300 46 114 0 120 31 165 103 55
Binary 101110 11000000 100110 1001100 0 1010000 11001 1110101 1000011 101101

Color Harmonies of #2EC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC026

Black with #2EC026

Text Example


Text Example

White with #2EC026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,192,38); }

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

background-color css

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

 a { background-color: rgb(46,192,38); }

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

border-color css

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

 span { border-color: rgb(46,192,38); }

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