Html Css Color HEX #2EDB2D Lime Green

📋 copy color: '#2EDB2D'

red 46 ◦ green 219 ◦ blue 45

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

Shades of Lime Green #2EDB2D

Tints of Lime Green #2EDB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 14.84%
G = 70.65%
B = 14.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#2EDB2D (or 0x2EDB2D) is known color: Lime Green. HEX triplet: 2E, DB and 2D. RGB value is (46,219,45). Sum of RGB (Red+Green+Blue) = 46+219+45=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 219 (85.94% from 255 or 70.65% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDB2D is #D124D2. Grayscale: #939393. Windows color (decimal): -13706451 or 3005230. OLE color: 3005230.

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

Color convert

RGB 46 219 45 -
CMYK 0.79 0 0.79 0.14
HSL 119.66º 0.71% 0.52% -
HSV(B) 119.66º 0.79% 0.86% -
XYZ 26.93 51.43 10.99 -
YUV 147.44 70.19 55.65 -
System Red Green Blue C M Y K H S L
Decimal 46 219 45 0.79 0 0.79 0.14 119.66 0.71 0.52
Hex 2E DB 2D 4F 0 4F E 78 47 34
Octal 56 333 55 117 0 117 16 170 107 64
Binary 101110 11011011 101101 1001111 0 1001111 1110 1111000 1000111 110100

Color Harmonies of #2EDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDB2D

Black with #2EDB2D

Text Example


Text Example

White with #2EDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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