Html Css Color HEX #1EDC35 Lime Green

📋 copy color: '#1EDC35'

red 30 ◦ green 220 ◦ blue 53

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

Shades of Lime Green #1EDC35

Tints of Lime Green #1EDC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 9.9%
G = 72.61%
B = 17.49%

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

#1EDC35 (or 0x1EDC35) is known color: Lime Green. HEX triplet: 1E, DC and 35. RGB value is (30,220,53). Sum of RGB (Red+Green+Blue) = 30+220+53=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 220 (86.33% from 255 or 72.61% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDC35 is #E123CA. Grayscale: #909090. Windows color (decimal): -14754763 or 3529758. OLE color: 3529758.

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

Color convert

RGB 30 220 53 -
CMYK 0.86 0 0.76 0.14
HSL 127.26º 0.76% 0.49% -
HSV(B) 127.26º 0.86% 0.86% -
XYZ 26.77 51.72 11.94 -
YUV 144.15 76.55 46.58 -
System Red Green Blue C M Y K H S L
Decimal 30 220 53 0.86 0 0.76 0.14 127.26 0.76 0.49
Hex 1E DC 35 56 0 4C E 7F 4C 31
Octal 36 334 65 126 0 114 16 177 114 61
Binary 11110 11011100 110101 1010110 0 1001100 1110 1111111 1001100 110001

Color Harmonies of #1EDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC35

Black with #1EDC35

Text Example


Text Example

White with #1EDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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