Html Css Color HEX #1ED008 Lime Green

📋 copy color: '#1ED008'

red 30 ◦ green 208 ◦ blue 8

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

Shades of Lime Green #1ED008

Tints of Lime Green #1ED008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.25%

R = 12.2%
G = 84.55%
B = 3.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#1ED008 (or 0x1ED008) is known color: Lime Green. HEX triplet: 1E, D0 and 08. RGB value is (30,208,8). Sum of RGB (Red+Green+Blue) = 30+208+8=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 208 (81.64% from 255 or 84.55% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED008 is #E12FF7. Grayscale: #848484. Windows color (decimal): -14757880 or 577566. OLE color: 577566.

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

Color convert

RGB 30 208 8 -
CMYK 0.86 0 0.96 0.18
HSL 113.4º 0.93% 0.42% -
HSV(B) 113.4º 0.96% 0.82% -
XYZ 23.14 45.41 7.77 -
YUV 131.98 58.03 55.26 -
System Red Green Blue C M Y K H S L
Decimal 30 208 8 0.86 0 0.96 0.18 113.4 0.93 0.42
Hex 1E D0 8 56 0 60 12 71 5D 2A
Octal 36 320 10 126 0 140 22 161 135 52
Binary 11110 11010000 1000 1010110 0 1100000 10010 1110001 1011101 101010

Color Harmonies of #1ED008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED008

Black with #1ED008

Text Example


Text Example

White with #1ED008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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