Html Css Color HEX #1EDC32 Lime Green

📋 copy color: '#1EDC32'

red 30 ◦ green 220 ◦ blue 50

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

Shades of Lime Green #1EDC32

Tints of Lime Green #1EDC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 10%
G = 73.33%
B = 16.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#1EDC32 (or 0x1EDC32) is known color: Lime Green. HEX triplet: 1E, DC and 32. RGB value is (30,220,50). Sum of RGB (Red+Green+Blue) = 30+220+50=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDC32 is #E123CD. Grayscale: #909090. Windows color (decimal): -14754766 or 3333150. OLE color: 3333150.

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

Color convert

RGB 30 220 50 -
CMYK 0.86 0 0.77 0.14
HSL 126.32º 0.76% 0.49% -
HSV(B) 126.32º 0.86% 0.86% -
XYZ 26.7 51.69 11.59 -
YUV 143.81 75.05 46.82 -
System Red Green Blue C M Y K H S L
Decimal 30 220 50 0.86 0 0.77 0.14 126.32 0.76 0.49
Hex 1E DC 32 56 0 4D E 7E 4C 31
Octal 36 334 62 126 0 115 16 176 114 61
Binary 11110 11011100 110010 1010110 0 1001101 1110 1111110 1001100 110001

Color Harmonies of #1EDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC32

Black with #1EDC32

Text Example


Text Example

White with #1EDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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