Html Css Color HEX #2ED915 Lime Green

📋 copy color: '#2ED915'

red 46 ◦ green 217 ◦ blue 21

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

Shades of Lime Green #2ED915

Tints of Lime Green #2ED915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 16.2%
G = 76.41%
B = 7.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#2ED915 (or 0x2ED915) is known color: Lime Green. HEX triplet: 2E, D9 and 15. RGB value is (46,217,21). Sum of RGB (Red+Green+Blue) = 46+217+21=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 217 (85.16% from 255 or 76.41% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED915 is #D126EA. Grayscale: #909090. Windows color (decimal): -13706987 or 1431854. OLE color: 1431854.

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

Color convert

RGB 46 217 21 -
CMYK 0.79 0 0.90 0.15
HSL 112.35º 0.82% 0.47% -
HSV(B) 112.35º 0.9% 0.85% -
XYZ 26.07 50.26 9.04 -
YUV 143.53 58.85 58.44 -
System Red Green Blue C M Y K H S L
Decimal 46 217 21 0.79 0 0.90 0.15 112.35 0.82 0.47
Hex 2E D9 15 4F 0 5A F 70 52 2F
Octal 56 331 25 117 0 132 17 160 122 57
Binary 101110 11011001 10101 1001111 0 1011010 1111 1110000 1010010 101111

Color Harmonies of #2ED915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED915

Black with #2ED915

Text Example


Text Example

White with #2ED915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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