Html Css Color HEX #2EDB0D Lime Green

📋 copy color: '#2EDB0D'

red 46 ◦ green 219 ◦ blue 13

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

Shades of Lime Green #2EDB0D

Tints of Lime Green #2EDB0D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 78.78%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 16.55%
G = 78.78%
B = 4.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#2EDB0D (or 0x2EDB0D) is known color: Lime Green. HEX triplet: 2E, DB and 0D. RGB value is (46,219,13). Sum of RGB (Red+Green+Blue) = 46+219+13=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 219 (85.94% from 255 or 78.78% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDB0D is #D124F2. Grayscale: #909090. Windows color (decimal): -13706483 or 908078. OLE color: 908078.

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

Color convert

RGB 46 219 13 -
CMYK 0.79 0 0.94 0.14
HSL 110.39º 0.89% 0.45% -
HSV(B) 110.39º 0.94% 0.86% -
XYZ 26.53 51.27 8.88 -
YUV 143.79 54.19 58.25 -
System Red Green Blue C M Y K H S L
Decimal 46 219 13 0.79 0 0.94 0.14 110.39 0.89 0.45
Hex 2E DB D 4F 0 5E E 6E 59 2D
Octal 56 333 15 117 0 136 16 156 131 55
Binary 101110 11011011 1101 1001111 0 1011110 1110 1101110 1011001 101101

Color Harmonies of #2EDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDB0D

Black with #2EDB0D

Text Example


Text Example

White with #2EDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,219,13); }

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

background-color css

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

 a { background-color: rgb(46,219,13); }

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

border-color css

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

 span { border-color: rgb(46,219,13); }

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