Html Css Color HEX #2EDC29 Lime Green

📋 copy color: '#2EDC29'

red 46 ◦ green 220 ◦ blue 41

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

Shades of Lime Green #2EDC29

Tints of Lime Green #2EDC29

RGB

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

 GREEN value IS 220 (86.33% from 255) = 71.66%

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 14.98%
G = 71.66%
B = 13.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#2EDC29 (or 0x2EDC29) is known color: Lime Green. HEX triplet: 2E, DC and 29. RGB value is (46,220,41). Sum of RGB (Red+Green+Blue) = 46+220+41=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC29 is #D123D6. Grayscale: #949494. Windows color (decimal): -13706199 or 2743342. OLE color: 2743342.

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

Color convert

RGB 46 220 41 -
CMYK 0.79 0 0.81 0.14
HSL 118.32º 0.72% 0.51% -
HSV(B) 118.32º 0.81% 0.86% -
XYZ 27.12 51.93 10.69 -
YUV 147.57 67.85 55.55 -
System Red Green Blue C M Y K H S L
Decimal 46 220 41 0.79 0 0.81 0.14 118.32 0.72 0.51
Hex 2E DC 29 4F 0 51 E 76 48 33
Octal 56 334 51 117 0 121 16 166 110 63
Binary 101110 11011100 101001 1001111 0 1010001 1110 1110110 1001000 110011

Color Harmonies of #2EDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC29

Black with #2EDC29

Text Example


Text Example

White with #2EDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,220,41); }

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

background-color css

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

 a { background-color: rgb(46,220,41); }

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

border-color css

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

 span { border-color: rgb(46,220,41); }

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