Html Css Color HEX #2EDA0D Lime Green

📋 copy color: '#2EDA0D'

red 46 ◦ green 218 ◦ blue 13

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

Shades of Lime Green #2EDA0D

Tints of Lime Green #2EDA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 78.7%

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

R = 16.61%
G = 78.7%
B = 4.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#2EDA0D (or 0x2EDA0D) is known color: Lime Green. HEX triplet: 2E, DA and 0D. RGB value is (46,218,13). Sum of RGB (Red+Green+Blue) = 46+218+13=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDA0D is #D125F2. Grayscale: #8F8F8F. Windows color (decimal): -13706739 or 907822. OLE color: 907822.

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

Color convert

RGB 46 218 13 -
CMYK 0.79 0 0.94 0.15
HSL 110.34º 0.89% 0.45% -
HSV(B) 110.34º 0.94% 0.85% -
XYZ 26.27 50.75 8.79 -
YUV 143.2 54.52 58.67 -
System Red Green Blue C M Y K H S L
Decimal 46 218 13 0.79 0 0.94 0.15 110.34 0.89 0.45
Hex 2E DA D 4F 0 5E F 6E 59 2D
Octal 56 332 15 117 0 136 17 156 131 55
Binary 101110 11011010 1101 1001111 0 1011110 1111 1101110 1011001 101101

Color Harmonies of #2EDA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA0D

Black with #2EDA0D

Text Example


Text Example

White with #2EDA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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