Html Css Color HEX #2EDD31 Lime Green

📋 copy color: '#2EDD31'

red 46 ◦ green 221 ◦ blue 49

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

Shades of Lime Green #2EDD31

Tints of Lime Green #2EDD31

RGB

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

 GREEN value IS 221 (86.72% from 255) = 69.94%

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

R = 14.56%
G = 69.94%
B = 15.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#2EDD31 (or 0x2EDD31) is known color: Lime Green. HEX triplet: 2E, DD and 31. RGB value is (46,221,49). Sum of RGB (Red+Green+Blue) = 46+221+49=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD31 is #D122CE. Grayscale: #959595. Windows color (decimal): -13705935 or 3267886. OLE color: 3267886.

HSL color Cylindrical-coordinate representation of color #2EDD31: hue angle of 121.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD31 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 49 -
CMYK 0.79 0 0.78 0.13
HSL 121.03º 0.72% 0.52% -
HSV(B) 121.03º 0.79% 0.87% -
XYZ 27.54 52.52 11.59 -
YUV 149.07 71.52 54.49 -
System Red Green Blue C M Y K H S L
Decimal 46 221 49 0.79 0 0.78 0.13 121.03 0.72 0.52
Hex 2E DD 31 4F 0 4E D 79 48 34
Octal 56 335 61 117 0 116 15 171 110 64
Binary 101110 11011101 110001 1001111 0 1001110 1101 1111001 1001000 110100

Color Harmonies of #2EDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD31

Black with #2EDD31

Text Example


Text Example

White with #2EDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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