Html Css Color HEX #1EDC29 Lime Green

📋 copy color: '#1EDC29'

red 30 ◦ green 220 ◦ blue 41

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

Shades of Lime Green #1EDC29

Tints of Lime Green #1EDC29

RGB

 RED value IS 30 (12.11% from 255) = 10.31%

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

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

R = 10.31%
G = 75.6%
B = 14.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#1EDC29 (or 0x1EDC29) is known color: Lime Green. HEX triplet: 1E, DC and 29. RGB value is (30,220,41). Sum of RGB (Red+Green+Blue) = 30+220+41=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 220 (86.33% from 255 or 75.60% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDC29 is #E123D6. Grayscale: #8F8F8F. Windows color (decimal): -14754775 or 2743326. OLE color: 2743326.

HSL color Cylindrical-coordinate representation of color #1EDC29: hue angle of 123.47º 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 #1EDC29 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 220 41 -
CMYK 0.86 0 0.81 0.14
HSL 123.47º 0.76% 0.49% -
HSV(B) 123.47º 0.86% 0.86% -
XYZ 26.53 51.62 10.66 -
YUV 142.78 70.55 47.55 -
System Red Green Blue C M Y K H S L
Decimal 30 220 41 0.86 0 0.81 0.14 123.47 0.76 0.49
Hex 1E DC 29 56 0 51 E 7B 4C 31
Octal 36 334 51 126 0 121 16 173 114 61
Binary 11110 11011100 101001 1010110 0 1010001 1110 1111011 1001100 110001

Color Harmonies of #1EDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC29

Black with #1EDC29

Text Example


Text Example

White with #1EDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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