Html Css Color HEX #2EDA14 Lime Green

📋 copy color: '#2EDA14'

red 46 ◦ green 218 ◦ blue 20

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

Shades of Lime Green #2EDA14

Tints of Lime Green #2EDA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 16.2%
G = 76.76%
B = 7.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#2EDA14 (or 0x2EDA14) is known color: Lime Green. HEX triplet: 2E, DA and 14. RGB value is (46,218,20). Sum of RGB (Red+Green+Blue) = 46+218+20=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 218 (85.55% from 255 or 76.76% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDA14 is #D125EB. Grayscale: #909090. Windows color (decimal): -13706732 or 1366574. OLE color: 1366574.

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

Color convert

RGB 46 218 20 -
CMYK 0.79 0 0.91 0.15
HSL 112.12º 0.83% 0.47% -
HSV(B) 112.12º 0.91% 0.85% -
XYZ 26.32 50.77 9.07 -
YUV 144 58.02 58.1 -
System Red Green Blue C M Y K H S L
Decimal 46 218 20 0.79 0 0.91 0.15 112.12 0.83 0.47
Hex 2E DA 14 4F 0 5B F 70 53 2F
Octal 56 332 24 117 0 133 17 160 123 57
Binary 101110 11011010 10100 1001111 0 1011011 1111 1110000 1010011 101111

Color Harmonies of #2EDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA14

Black with #2EDA14

Text Example


Text Example

White with #2EDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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