Html Css Color HEX #2EC448 Lime Green

📋 copy color: '#2EC448'

red 46 ◦ green 196 ◦ blue 72

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

Shades of Lime Green #2EC448

Tints of Lime Green #2EC448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.93%

R = 14.65%
G = 62.42%
B = 22.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#2EC448 (or 0x2EC448) is known color: Lime Green. HEX triplet: 2E, C4 and 48. RGB value is (46,196,72). Sum of RGB (Red+Green+Blue) = 46+196+72=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC448 is #D13BB7. Grayscale: #898989. Windows color (decimal): -13712312 or 4768814. OLE color: 4768814.

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

Color convert

RGB 46 196 72 -
CMYK 0.77 0 0.63 0.23
HSL 130.4º 0.62% 0.47% -
HSV(B) 130.4º 0.77% 0.77% -
XYZ 22.04 40.53 12.79 -
YUV 137.01 91.31 63.08 -
System Red Green Blue C M Y K H S L
Decimal 46 196 72 0.77 0 0.63 0.23 130.4 0.62 0.47
Hex 2E C4 48 4D 0 3F 17 82 3E 2F
Octal 56 304 110 115 0 77 27 202 76 57
Binary 101110 11000100 1001000 1001101 0 111111 10111 10000010 111110 101111

Color Harmonies of #2EC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC448

Black with #2EC448

Text Example


Text Example

White with #2EC448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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