Html Css Color HEX #2EE449 Lime Green

📋 copy color: '#2EE449'

red 46 ◦ green 228 ◦ blue 73

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

Shades of Lime Green #2EE449

Tints of Lime Green #2EE449

RGB

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

 GREEN value IS 228 (89.45% from 255) = 65.71%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 13.26%
G = 65.71%
B = 21.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#2EE449 (or 0x2EE449) is known color: Lime Green. HEX triplet: 2E, E4 and 49. RGB value is (46,228,73). Sum of RGB (Red+Green+Blue) = 46+228+73=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 228 (89.45% from 255 or 65.71% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE449 is #D11BB6. Grayscale: #9C9C9C. Windows color (decimal): -13704119 or 4842542. OLE color: 4842542.

HSL color Cylindrical-coordinate representation of color #2EE449: hue angle of 128.9º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE449 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 228 73 -
CMYK 0.80 0 0.68 0.11
HSL 128.9º 0.77% 0.54% -
HSV(B) 128.9º 0.8% 0.89% -
XYZ 30.07 56.55 15.63 -
YUV 155.91 81.2 49.6 -
System Red Green Blue C M Y K H S L
Decimal 46 228 73 0.80 0 0.68 0.11 128.9 0.77 0.54
Hex 2E E4 49 50 0 44 B 81 4D 36
Octal 56 344 111 120 0 104 13 201 115 66
Binary 101110 11100100 1001001 1010000 0 1000100 1011 10000001 1001101 110110

Color Harmonies of #2EE449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE449

Black with #2EE449

Text Example


Text Example

White with #2EE449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,228,73); }

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

background-color css

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

 a { background-color: rgb(46,228,73); }

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

border-color css

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

 span { border-color: rgb(46,228,73); }

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