Html Css Color HEX #2EDC15 Lime Green

📋 copy color: '#2EDC15'

red 46 ◦ green 220 ◦ blue 21

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

Shades of Lime Green #2EDC15

Tints of Lime Green #2EDC15

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.66%

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

R = 16.03%
G = 76.66%
B = 7.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#2EDC15 (or 0x2EDC15) is known color: Lime Green. HEX triplet: 2E, DC and 15. RGB value is (46,220,21). Sum of RGB (Red+Green+Blue) = 46+220+21=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDC15 is #D123EA. Grayscale: #919191. Windows color (decimal): -13706219 or 1432622. OLE color: 1432622.

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

Color convert

RGB 46 220 21 -
CMYK 0.79 0 0.90 0.14
HSL 112.46º 0.83% 0.47% -
HSV(B) 112.46º 0.9% 0.86% -
XYZ 26.86 51.82 9.3 -
YUV 145.29 57.85 57.18 -
System Red Green Blue C M Y K H S L
Decimal 46 220 21 0.79 0 0.90 0.14 112.46 0.83 0.47
Hex 2E DC 15 4F 0 5A E 70 53 2F
Octal 56 334 25 117 0 132 16 160 123 57
Binary 101110 11011100 10101 1001111 0 1011010 1110 1110000 1010011 101111

Color Harmonies of #2EDC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC15

Black with #2EDC15

Text Example


Text Example

White with #2EDC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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