Html Css Color HEX #2EE548 Lime Green

📋 copy color: '#2EE548'

red 46 ◦ green 229 ◦ blue 72

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

Shades of Lime Green #2EE548

Tints of Lime Green #2EE548

RGB

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

 GREEN value IS 229 (89.84% from 255) = 65.99%

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

R = 13.26%
G = 65.99%
B = 20.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#2EE548 (or 0x2EE548) is known color: Lime Green. HEX triplet: 2E, E5 and 48. RGB value is (46,229,72). Sum of RGB (Red+Green+Blue) = 46+229+72=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 229 (89.84% from 255 or 65.99% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE548 is #D11AB7. Grayscale: #9C9C9C. Windows color (decimal): -13703864 or 4777262. OLE color: 4777262.

HSL color Cylindrical-coordinate representation of color #2EE548: hue angle of 128.52º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE548 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 72 -
CMYK 0.80 0 0.69 0.10
HSL 128.52º 0.78% 0.54% -
HSV(B) 128.52º 0.8% 0.9% -
XYZ 30.32 57.09 15.55 -
YUV 156.39 80.37 49.27 -
System Red Green Blue C M Y K H S L
Decimal 46 229 72 0.80 0 0.69 0.10 128.52 0.78 0.54
Hex 2E E5 48 50 0 45 A 81 4E 36
Octal 56 345 110 120 0 105 12 201 116 66
Binary 101110 11100101 1001000 1010000 0 1000101 1010 10000001 1001110 110110

Color Harmonies of #2EE548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE548

Black with #2EE548

Text Example


Text Example

White with #2EE548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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