Html Css Color HEX #1ED016 Lime Green

📋 copy color: '#1ED016'

red 30 ◦ green 208 ◦ blue 22

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

Shades of Lime Green #1ED016

Tints of Lime Green #1ED016

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80%

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

R = 11.54%
G = 80%
B = 8.46%

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

#1ED016 (or 0x1ED016) is known color: Lime Green. HEX triplet: 1E, D0 and 16. RGB value is (30,208,22). Sum of RGB (Red+Green+Blue) = 30+208+22=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 208 (81.64% from 255 or 80% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED016 is #E12FE9. Grayscale: #868686. Windows color (decimal): -14757866 or 1495070. OLE color: 1495070.

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

Color convert

RGB 30 208 22 -
CMYK 0.86 0 0.89 0.18
HSL 117.42º 0.81% 0.45% -
HSV(B) 117.42º 0.89% 0.82% -
XYZ 23.24 45.45 8.31 -
YUV 133.57 65.03 54.12 -
System Red Green Blue C M Y K H S L
Decimal 30 208 22 0.86 0 0.89 0.18 117.42 0.81 0.45
Hex 1E D0 16 56 0 59 12 75 51 2D
Octal 36 320 26 126 0 131 22 165 121 55
Binary 11110 11010000 10110 1010110 0 1011001 10010 1110101 1010001 101101

Color Harmonies of #1ED016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED016

Black with #1ED016

Text Example


Text Example

White with #1ED016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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