Html Css Color HEX #2EDC13 Lime Green

📋 copy color: '#2EDC13'

red 46 ◦ green 220 ◦ blue 19

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

Shades of Lime Green #2EDC13

Tints of Lime Green #2EDC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 16.14%
G = 77.19%
B = 6.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#2EDC13 (or 0x2EDC13) is known color: Lime Green. HEX triplet: 2E, DC and 13. RGB value is (46,220,19). Sum of RGB (Red+Green+Blue) = 46+220+19=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDC13 is #D123EC. Grayscale: #919191. Windows color (decimal): -13706221 or 1301550. OLE color: 1301550.

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

Color convert

RGB 46 220 19 -
CMYK 0.79 0 0.91 0.14
HSL 111.94º 0.84% 0.47% -
HSV(B) 111.94º 0.91% 0.86% -
XYZ 26.84 51.81 9.2 -
YUV 145.06 56.85 57.34 -
System Red Green Blue C M Y K H S L
Decimal 46 220 19 0.79 0 0.91 0.14 111.94 0.84 0.47
Hex 2E DC 13 4F 0 5B E 70 54 2F
Octal 56 334 23 117 0 133 16 160 124 57
Binary 101110 11011100 10011 1001111 0 1011011 1110 1110000 1010100 101111

Color Harmonies of #2EDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC13

Black with #2EDC13

Text Example


Text Example

White with #2EDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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