Html Css Color HEX #2EE119 Lime Green

📋 copy color: '#2EE119'

red 46 ◦ green 225 ◦ blue 25

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

Shades of Lime Green #2EE119

Tints of Lime Green #2EE119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.45%

R = 15.54%
G = 76.01%
B = 8.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#2EE119 (or 0x2EE119) is known color: Lime Green. HEX triplet: 2E, E1 and 19. RGB value is (46,225,25). Sum of RGB (Red+Green+Blue) = 46+225+25=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE119 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE119 is #D11EE6. Grayscale: #959595. Windows color (decimal): -13704935 or 1696046. OLE color: 1696046.

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

Color convert

RGB 46 225 25 -
CMYK 0.80 0 0.89 0.12
HSL 113.7º 0.8% 0.49% -
HSV(B) 113.7º 0.89% 0.88% -
XYZ 28.23 54.5 9.95 -
YUV 148.68 58.2 54.76 -
System Red Green Blue C M Y K H S L
Decimal 46 225 25 0.80 0 0.89 0.12 113.7 0.8 0.49
Hex 2E E1 19 50 0 59 C 72 50 31
Octal 56 341 31 120 0 131 14 162 120 61
Binary 101110 11100001 11001 1010000 0 1011001 1100 1110010 1010000 110001

Color Harmonies of #2EE119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE119

Black with #2EE119

Text Example


Text Example

White with #2EE119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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