Html Css Color HEX #2ED71A Lime Green

📋 copy color: '#2ED71A'

red 46 ◦ green 215 ◦ blue 26

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

Shades of Lime Green #2ED71A

Tints of Lime Green #2ED71A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 74.91%

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

R = 16.03%
G = 74.91%
B = 9.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#2ED71A (or 0x2ED71A) is known color: Lime Green. HEX triplet: 2E, D7 and 1A. RGB value is (46,215,26). Sum of RGB (Red+Green+Blue) = 46+215+26=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 215 (84.38% from 255 or 74.91% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED71A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED71A is #D128E5. Grayscale: #8F8F8F. Windows color (decimal): -13707494 or 1759022. OLE color: 1759022.

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

Color convert

RGB 46 215 26 -
CMYK 0.79 0 0.88 0.16
HSL 113.65º 0.78% 0.47% -
HSV(B) 113.65º 0.88% 0.84% -
XYZ 25.61 49.26 9.13 -
YUV 142.92 62.01 58.87 -
System Red Green Blue C M Y K H S L
Decimal 46 215 26 0.79 0 0.88 0.16 113.65 0.78 0.47
Hex 2E D7 1A 4F 0 58 10 72 4E 2F
Octal 56 327 32 117 0 130 20 162 116 57
Binary 101110 11010111 11010 1001111 0 1011000 10000 1110010 1001110 101111

Color Harmonies of #2ED71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED71A

Black with #2ED71A

Text Example


Text Example

White with #2ED71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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