Html Css Color HEX #1EDC1C Lime Green

📋 copy color: '#1EDC1C'

red 30 ◦ green 220 ◦ blue 28

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

Shades of Lime Green #1EDC1C

Tints of Lime Green #1EDC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 10.79%
G = 79.14%
B = 10.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#1EDC1C (or 0x1EDC1C) is known color: Lime Green. HEX triplet: 1E, DC and 1C. RGB value is (30,220,28). Sum of RGB (Red+Green+Blue) = 30+220+28=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 220 (86.33% from 255 or 79.14% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDC1C is #E123E3. Grayscale: #8D8D8D. Windows color (decimal): -14754788 or 1891358. OLE color: 1891358.

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

Color convert

RGB 30 220 28 -
CMYK 0.86 0 0.87 0.14
HSL 119.38º 0.77% 0.49% -
HSV(B) 119.38º 0.87% 0.86% -
XYZ 26.34 51.55 9.66 -
YUV 141.3 64.05 48.61 -
System Red Green Blue C M Y K H S L
Decimal 30 220 28 0.86 0 0.87 0.14 119.38 0.77 0.49
Hex 1E DC 1C 56 0 57 E 77 4D 31
Octal 36 334 34 126 0 127 16 167 115 61
Binary 11110 11011100 11100 1010110 0 1010111 1110 1110111 1001101 110001

Color Harmonies of #1EDC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC1C

Black with #1EDC1C

Text Example


Text Example

White with #1EDC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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