Html Css Color HEX #2ED91A Lime Green

📋 copy color: '#2ED91A'

red 46 ◦ green 217 ◦ blue 26

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

Shades of Lime Green #2ED91A

Tints of Lime Green #2ED91A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 75.09%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 15.92%
G = 75.09%
B = 9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#2ED91A (or 0x2ED91A) is known color: Lime Green. HEX triplet: 2E, D9 and 1A. RGB value is (46,217,26). Sum of RGB (Red+Green+Blue) = 46+217+26=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 217 (85.16% from 255 or 75.09% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED91A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED91A is #D126E5. Grayscale: #909090. Windows color (decimal): -13706982 or 1759534. OLE color: 1759534.

HSL color Cylindrical-coordinate representation of color #2ED91A: hue angle of 113.72º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ED91A is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 26 -
CMYK 0.79 0 0.88 0.15
HSL 113.72º 0.79% 0.48% -
HSV(B) 113.72º 0.88% 0.85% -
XYZ 26.13 50.28 9.31 -
YUV 144.1 61.35 58.03 -
System Red Green Blue C M Y K H S L
Decimal 46 217 26 0.79 0 0.88 0.15 113.72 0.79 0.48
Hex 2E D9 1A 4F 0 58 F 72 4F 30
Octal 56 331 32 117 0 130 17 162 117 60
Binary 101110 11011001 11010 1001111 0 1011000 1111 1110010 1001111 110000

Color Harmonies of #2ED91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED91A

Black with #2ED91A

Text Example


Text Example

White with #2ED91A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,217,26); }

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

background-color css

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

 a { background-color: rgb(46,217,26); }

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

border-color css

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

 span { border-color: rgb(46,217,26); }

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