Html Css Color HEX #2EDA0E Lime Green

📋 copy color: '#2EDA0E'

red 46 ◦ green 218 ◦ blue 14

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

Shades of Lime Green #2EDA0E

Tints of Lime Green #2EDA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 16.55%
G = 78.42%
B = 5.04%

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

#2EDA0E (or 0x2EDA0E) is known color: Lime Green. HEX triplet: 2E, DA and 0E. RGB value is (46,218,14). Sum of RGB (Red+Green+Blue) = 46+218+14=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDA0E is #D125F1. Grayscale: #8F8F8F. Windows color (decimal): -13706738 or 973358. OLE color: 973358.

HSL color Cylindrical-coordinate representation of color #2EDA0E: hue angle of 110.59º degrees, saturation: 0.88, 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 #2EDA0E is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 218 14 -
CMYK 0.79 0 0.94 0.15
HSL 110.59º 0.88% 0.45% -
HSV(B) 110.59º 0.94% 0.85% -
XYZ 26.28 50.76 8.83 -
YUV 143.32 55.02 58.59 -
System Red Green Blue C M Y K H S L
Decimal 46 218 14 0.79 0 0.94 0.15 110.59 0.88 0.45
Hex 2E DA E 4F 0 5E F 6F 58 2D
Octal 56 332 16 117 0 136 17 157 130 55
Binary 101110 11011010 1110 1001111 0 1011110 1111 1101111 1011000 101101

Color Harmonies of #2EDA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA0E

Black with #2EDA0E

Text Example


Text Example

White with #2EDA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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