Html Css Color HEX #1ED018 Lime Green

📋 copy color: '#1ED018'

red 30 ◦ green 208 ◦ blue 24

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

Shades of Lime Green #1ED018

Tints of Lime Green #1ED018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.16%

R = 11.45%
G = 79.39%
B = 9.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#1ED018 (or 0x1ED018) is known color: Lime Green. HEX triplet: 1E, D0 and 18. RGB value is (30,208,24). Sum of RGB (Red+Green+Blue) = 30+208+24=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 208 (81.64% from 255 or 79.39% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED018 is #E12FE7. Grayscale: #868686. Windows color (decimal): -14757864 or 1626142. OLE color: 1626142.

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

Color convert

RGB 30 208 24 -
CMYK 0.86 0 0.88 0.18
HSL 118.04º 0.79% 0.45% -
HSV(B) 118.04º 0.88% 0.82% -
XYZ 23.26 45.45 8.41 -
YUV 133.8 66.03 53.96 -
System Red Green Blue C M Y K H S L
Decimal 30 208 24 0.86 0 0.88 0.18 118.04 0.79 0.45
Hex 1E D0 18 56 0 58 12 76 4F 2D
Octal 36 320 30 126 0 130 22 166 117 55
Binary 11110 11010000 11000 1010110 0 1011000 10010 1110110 1001111 101101

Color Harmonies of #1ED018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED018

Black with #1ED018

Text Example


Text Example

White with #1ED018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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