Html Css Color HEX #2EE146 Lime Green

📋 copy color: '#2EE146'

red 46 ◦ green 225 ◦ blue 70

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

Shades of Lime Green #2EE146

Tints of Lime Green #2EE146

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.98%

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 13.49%
G = 65.98%
B = 20.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#2EE146 (or 0x2EE146) is known color: Lime Green. HEX triplet: 2E, E1 and 46. RGB value is (46,225,70). Sum of RGB (Red+Green+Blue) = 46+225+70=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE146 is #D11EB9. Grayscale: #9A9A9A. Windows color (decimal): -13704890 or 4645166. OLE color: 4645166.

HSL color Cylindrical-coordinate representation of color #2EE146: hue angle of 128.04º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE146 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 70 -
CMYK 0.80 0 0.69 0.12
HSL 128.04º 0.75% 0.53% -
HSV(B) 128.04º 0.8% 0.88% -
XYZ 29.16 54.87 14.85 -
YUV 153.81 80.7 51.1 -
System Red Green Blue C M Y K H S L
Decimal 46 225 70 0.80 0 0.69 0.12 128.04 0.75 0.53
Hex 2E E1 46 50 0 45 C 80 4B 35
Octal 56 341 106 120 0 105 14 200 113 65
Binary 101110 11100001 1000110 1010000 0 1000101 1100 10000000 1001011 110101

Color Harmonies of #2EE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE146

Black with #2EE146

Text Example


Text Example

White with #2EE146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,70); }

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

background-color css

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

 a { background-color: rgb(46,225,70); }

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

border-color css

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

 span { border-color: rgb(46,225,70); }

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