Html Css Color HEX #2ED715 Lime Green

📋 copy color: '#2ED715'

red 46 ◦ green 215 ◦ blue 21

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

Shades of Lime Green #2ED715

Tints of Lime Green #2ED715

RGB

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

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

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

R = 16.31%
G = 76.24%
B = 7.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#2ED715 (or 0x2ED715) is known color: Lime Green. HEX triplet: 2E, D7 and 15. RGB value is (46,215,21). Sum of RGB (Red+Green+Blue) = 46+215+21=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 215 (84.38% from 255 or 76.24% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED715 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED715 is #D128EA. Grayscale: #8E8E8E. Windows color (decimal): -13707499 or 1431342. OLE color: 1431342.

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

Color convert

RGB 46 215 21 -
CMYK 0.79 0 0.90 0.16
HSL 112.27º 0.82% 0.46% -
HSV(B) 112.27º 0.9% 0.84% -
XYZ 25.56 49.24 8.87 -
YUV 142.35 59.51 59.27 -
System Red Green Blue C M Y K H S L
Decimal 46 215 21 0.79 0 0.90 0.16 112.27 0.82 0.46
Hex 2E D7 15 4F 0 5A 10 70 52 2E
Octal 56 327 25 117 0 132 20 160 122 56
Binary 101110 11010111 10101 1001111 0 1011010 10000 1110000 1010010 101110

Color Harmonies of #2ED715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED715

Black with #2ED715

Text Example


Text Example

White with #2ED715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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