Html Css Color HEX #2EDD1A Lime Green

📋 copy color: '#2EDD1A'

red 46 ◦ green 221 ◦ blue 26

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

Shades of Lime Green #2EDD1A

Tints of Lime Green #2EDD1A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 75.43%

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 15.7%
G = 75.43%
B = 8.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#2EDD1A (or 0x2EDD1A) is known color: Lime Green. HEX triplet: 2E, DD and 1A. RGB value is (46,221,26). Sum of RGB (Red+Green+Blue) = 46+221+26=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 221 (86.72% from 255 or 75.43% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD1A is #D122E5. Grayscale: #939393. Windows color (decimal): -13705958 or 1760558. OLE color: 1760558.

HSL color Cylindrical-coordinate representation of color #2EDD1A: hue angle of 113.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EDD1A is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 26 -
CMYK 0.79 0 0.88 0.13
HSL 113.85º 0.79% 0.48% -
HSV(B) 113.85º 0.88% 0.87% -
XYZ 27.17 52.37 9.65 -
YUV 146.45 60.02 56.36 -
System Red Green Blue C M Y K H S L
Decimal 46 221 26 0.79 0 0.88 0.13 113.85 0.79 0.48
Hex 2E DD 1A 4F 0 58 D 72 4F 30
Octal 56 335 32 117 0 130 15 162 117 60
Binary 101110 11011101 11010 1001111 0 1011000 1101 1110010 1001111 110000

Color Harmonies of #2EDD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD1A

Black with #2EDD1A

Text Example


Text Example

White with #2EDD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,221,26); }

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

background-color css

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

 a { background-color: rgb(46,221,26); }

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

border-color css

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

 span { border-color: rgb(46,221,26); }

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