Html Css Color HEX #2EC440 Lime Green

📋 copy color: '#2EC440'

red 46 ◦ green 196 ◦ blue 64

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

Shades of Lime Green #2EC440

Tints of Lime Green #2EC440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 64.05%

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 15.03%
G = 64.05%
B = 20.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#2EC440 (or 0x2EC440) is known color: Lime Green. HEX triplet: 2E, C4 and 40. RGB value is (46,196,64). Sum of RGB (Red+Green+Blue) = 46+196+64=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 196 (76.95% from 255 or 64.05% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC440 is #D13BBF. Grayscale: #888888. Windows color (decimal): -13712320 or 4244526. OLE color: 4244526.

HSL color Cylindrical-coordinate representation of color #2EC440: hue angle of 127.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC440 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 196 64 -
CMYK 0.77 0 0.67 0.23
HSL 127.2º 0.62% 0.47% -
HSV(B) 127.2º 0.77% 0.77% -
XYZ 21.79 40.43 11.51 -
YUV 136.1 87.31 63.73 -
System Red Green Blue C M Y K H S L
Decimal 46 196 64 0.77 0 0.67 0.23 127.2 0.62 0.47
Hex 2E C4 40 4D 0 43 17 7F 3E 2F
Octal 56 304 100 115 0 103 27 177 76 57
Binary 101110 11000100 1000000 1001101 0 1000011 10111 1111111 111110 101111

Color Harmonies of #2EC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC440

Black with #2EC440

Text Example


Text Example

White with #2EC440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,196,64); }

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

background-color css

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

 a { background-color: rgb(46,196,64); }

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

border-color css

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

 span { border-color: rgb(46,196,64); }

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