Html Css Color HEX #2EDB1E Lime Green

📋 copy color: '#2EDB1E'

red 46 ◦ green 219 ◦ blue 30

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

Shades of Lime Green #2EDB1E

Tints of Lime Green #2EDB1E

RGB

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

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

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

R = 15.59%
G = 74.24%
B = 10.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#2EDB1E (or 0x2EDB1E) is known color: Lime Green. HEX triplet: 2E, DB and 1E. RGB value is (46,219,30). Sum of RGB (Red+Green+Blue) = 46+219+30=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDB1E is #D124E1. Grayscale: #929292. Windows color (decimal): -13706466 or 2022190. OLE color: 2022190.

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

Color convert

RGB 46 219 30 -
CMYK 0.79 0 0.86 0.14
HSL 114.92º 0.76% 0.49% -
HSV(B) 114.92º 0.86% 0.86% -
XYZ 26.69 51.34 9.73 -
YUV 145.73 62.69 56.87 -
System Red Green Blue C M Y K H S L
Decimal 46 219 30 0.79 0 0.86 0.14 114.92 0.76 0.49
Hex 2E DB 1E 4F 0 56 E 73 4C 31
Octal 56 333 36 117 0 126 16 163 114 61
Binary 101110 11011011 11110 1001111 0 1010110 1110 1110011 1001100 110001

Color Harmonies of #2EDB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDB1E

Black with #2EDB1E

Text Example


Text Example

White with #2EDB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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