Html Css Color HEX #2EC648 Lime Green

📋 copy color: '#2EC648'

red 46 ◦ green 198 ◦ blue 72

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

Shades of Lime Green #2EC648

Tints of Lime Green #2EC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 62.66%

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

R = 14.56%
G = 62.66%
B = 22.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#2EC648 (or 0x2EC648) is known color: Lime Green. HEX triplet: 2E, C6 and 48. RGB value is (46,198,72). Sum of RGB (Red+Green+Blue) = 46+198+72=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 198 (77.73% from 255 or 62.66% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC648 is #D139B7. Grayscale: #8A8A8A. Windows color (decimal): -13711800 or 4769326. OLE color: 4769326.

HSL color Cylindrical-coordinate representation of color #2EC648: hue angle of 130.26º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC648 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 198 72 -
CMYK 0.77 0 0.64 0.22
HSL 130.26º 0.62% 0.48% -
HSV(B) 130.26º 0.77% 0.78% -
XYZ 22.49 41.44 12.94 -
YUV 138.19 90.64 62.25 -
System Red Green Blue C M Y K H S L
Decimal 46 198 72 0.77 0 0.64 0.22 130.26 0.62 0.48
Hex 2E C6 48 4D 0 40 16 82 3E 30
Octal 56 306 110 115 0 100 26 202 76 60
Binary 101110 11000110 1001000 1001101 0 1000000 10110 10000010 111110 110000

Color Harmonies of #2EC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC648

Black with #2EC648

Text Example


Text Example

White with #2EC648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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