Html Css Color HEX #2EE128 Lime Green

📋 copy color: '#2EE128'

red 46 ◦ green 225 ◦ blue 40

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

Shades of Lime Green #2EE128

Tints of Lime Green #2EE128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 14.79%
G = 72.35%
B = 12.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#2EE128 (or 0x2EE128) is known color: Lime Green. HEX triplet: 2E, E1 and 28. RGB value is (46,225,40). Sum of RGB (Red+Green+Blue) = 46+225+40=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 225 (88.28% from 255 or 72.35% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE128 is #D11ED7. Grayscale: #969696. Windows color (decimal): -13704920 or 2679086. OLE color: 2679086.

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

Color convert

RGB 46 225 40 -
CMYK 0.80 0 0.82 0.12
HSL 118.05º 0.76% 0.52% -
HSV(B) 118.05º 0.82% 0.88% -
XYZ 28.43 54.58 11.04 -
YUV 150.39 65.7 53.54 -
System Red Green Blue C M Y K H S L
Decimal 46 225 40 0.80 0 0.82 0.12 118.05 0.76 0.52
Hex 2E E1 28 50 0 52 C 76 4C 34
Octal 56 341 50 120 0 122 14 166 114 64
Binary 101110 11100001 101000 1010000 0 1010010 1100 1110110 1001100 110100

Color Harmonies of #2EE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE128

Black with #2EE128

Text Example


Text Example

White with #2EE128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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