Html Css Color HEX #1EDC34 Lime Green

📋 copy color: '#1EDC34'

red 30 ◦ green 220 ◦ blue 52

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

Shades of Lime Green #1EDC34

Tints of Lime Green #1EDC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 9.93%
G = 72.85%
B = 17.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#1EDC34 (or 0x1EDC34) is known color: Lime Green. HEX triplet: 1E, DC and 34. RGB value is (30,220,52). Sum of RGB (Red+Green+Blue) = 30+220+52=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDC34 is #E123CB. Grayscale: #909090. Windows color (decimal): -14754764 or 3464222. OLE color: 3464222.

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

Color convert

RGB 30 220 52 -
CMYK 0.86 0 0.76 0.14
HSL 126.95º 0.76% 0.49% -
HSV(B) 126.95º 0.86% 0.86% -
XYZ 26.75 51.71 11.82 -
YUV 144.04 76.05 46.66 -
System Red Green Blue C M Y K H S L
Decimal 30 220 52 0.86 0 0.76 0.14 126.95 0.76 0.49
Hex 1E DC 34 56 0 4C E 7F 4C 31
Octal 36 334 64 126 0 114 16 177 114 61
Binary 11110 11011100 110100 1010110 0 1001100 1110 1111111 1001100 110001

Color Harmonies of #1EDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC34

Black with #1EDC34

Text Example


Text Example

White with #1EDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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