Html Css Color HEX #2ED71D Lime Green

📋 copy color: '#2ED71D'

red 46 ◦ green 215 ◦ blue 29

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

Shades of Lime Green #2ED71D

Tints of Lime Green #2ED71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 15.86%
G = 74.14%
B = 10%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#2ED71D (or 0x2ED71D) is known color: Lime Green. HEX triplet: 2E, D7 and 1D. RGB value is (46,215,29). Sum of RGB (Red+Green+Blue) = 46+215+29=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 215 (84.38% from 255 or 74.14% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED71D is #D128E2. Grayscale: #8F8F8F. Windows color (decimal): -13707491 or 1955630. OLE color: 1955630.

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

Color convert

RGB 46 215 29 -
CMYK 0.79 0 0.87 0.16
HSL 114.52º 0.76% 0.48% -
HSV(B) 114.52º 0.87% 0.84% -
XYZ 25.65 49.27 9.32 -
YUV 143.27 63.51 58.62 -
System Red Green Blue C M Y K H S L
Decimal 46 215 29 0.79 0 0.87 0.16 114.52 0.76 0.48
Hex 2E D7 1D 4F 0 57 10 73 4C 30
Octal 56 327 35 117 0 127 20 163 114 60
Binary 101110 11010111 11101 1001111 0 1010111 10000 1110011 1001100 110000

Color Harmonies of #2ED71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED71D

Black with #2ED71D

Text Example


Text Example

White with #2ED71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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