Html Css Color HEX #1ED116 Lime Green

📋 copy color: '#1ED116'

red 30 ◦ green 209 ◦ blue 22

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

Shades of Lime Green #1ED116

Tints of Lime Green #1ED116

RGB

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

 GREEN value IS 209 (82.03% from 255) = 80.08%

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 11.49%
G = 80.08%
B = 8.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#1ED116 (or 0x1ED116) is known color: Lime Green. HEX triplet: 1E, D1 and 16. RGB value is (30,209,22). Sum of RGB (Red+Green+Blue) = 30+209+22=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 209 (82.03% from 255 or 80.08% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED116 is #E12EE9. Grayscale: #868686. Windows color (decimal): -14757610 or 1495326. OLE color: 1495326.

HSL color Cylindrical-coordinate representation of color #1ED116: hue angle of 117.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ED116 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 209 22 -
CMYK 0.86 0 0.89 0.18
HSL 117.43º 0.81% 0.45% -
HSV(B) 117.43º 0.89% 0.82% -
XYZ 23.48 45.93 8.39 -
YUV 134.16 64.7 53.71 -
System Red Green Blue C M Y K H S L
Decimal 30 209 22 0.86 0 0.89 0.18 117.43 0.81 0.45
Hex 1E D1 16 56 0 59 12 75 51 2D
Octal 36 321 26 126 0 131 22 165 121 55
Binary 11110 11010001 10110 1010110 0 1011001 10010 1110101 1010001 101101

Color Harmonies of #1ED116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED116

Black with #1ED116

Text Example


Text Example

White with #1ED116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,209,22); }

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

background-color css

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

 a { background-color: rgb(30,209,22); }

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

border-color css

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

 span { border-color: rgb(30,209,22); }

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