Html Css Color HEX #2EE031 Lime Green

📋 copy color: '#2EE031'

red 46 ◦ green 224 ◦ blue 49

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

Shades of Lime Green #2EE031

Tints of Lime Green #2EE031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 70.22%

 BLUE value IS 49 (19.53% from 255) = 15.36%

R = 14.42%
G = 70.22%
B = 15.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#2EE031 (or 0x2EE031) is known color: Lime Green. HEX triplet: 2E, E0 and 31. RGB value is (46,224,49). Sum of RGB (Red+Green+Blue) = 46+224+49=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 224 (87.89% from 255 or 70.22% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE031 is #D11FCE. Grayscale: #979797. Windows color (decimal): -13705167 or 3268654. OLE color: 3268654.

HSL color Cylindrical-coordinate representation of color #2EE031: hue angle of 121.01º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE031 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 49 -
CMYK 0.79 0 0.78 0.12
HSL 121.01º 0.74% 0.53% -
HSV(B) 121.01º 0.79% 0.88% -
XYZ 28.34 54.11 11.86 -
YUV 150.83 70.53 53.23 -
System Red Green Blue C M Y K H S L
Decimal 46 224 49 0.79 0 0.78 0.12 121.01 0.74 0.53
Hex 2E E0 31 4F 0 4E C 79 4A 35
Octal 56 340 61 117 0 116 14 171 112 65
Binary 101110 11100000 110001 1001111 0 1001110 1100 1111001 1001010 110101

Color Harmonies of #2EE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE031

Black with #2EE031

Text Example


Text Example

White with #2EE031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,49); }

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

background-color css

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

 a { background-color: rgb(46,224,49); }

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

border-color css

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

 span { border-color: rgb(46,224,49); }

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