Html Css Color HEX #2EDA1E Lime Green

📋 copy color: '#2EDA1E'

red 46 ◦ green 218 ◦ blue 30

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

Shades of Lime Green #2EDA1E

Tints of Lime Green #2EDA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 15.65%
G = 74.15%
B = 10.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#2EDA1E (or 0x2EDA1E) is known color: Lime Green. HEX triplet: 2E, DA and 1E. RGB value is (46,218,30). Sum of RGB (Red+Green+Blue) = 46+218+30=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA1E is #D125E1. Grayscale: #919191. Windows color (decimal): -13706722 or 2021934. OLE color: 2021934.

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

Color convert

RGB 46 218 30 -
CMYK 0.79 0 0.86 0.15
HSL 114.89º 0.76% 0.49% -
HSV(B) 114.89º 0.86% 0.85% -
XYZ 26.43 50.82 9.64 -
YUV 145.14 63.02 57.29 -
System Red Green Blue C M Y K H S L
Decimal 46 218 30 0.79 0 0.86 0.15 114.89 0.76 0.49
Hex 2E DA 1E 4F 0 56 F 73 4C 31
Octal 56 332 36 117 0 126 17 163 114 61
Binary 101110 11011010 11110 1001111 0 1010110 1111 1110011 1001100 110001

Color Harmonies of #2EDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA1E

Black with #2EDA1E

Text Example


Text Example

White with #2EDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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