#1ED518

Color #1ED518 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1ED518

Tints of Lime Green #1ED518

Color information

#1ED518 (or 0x1ED518) is unknown color: approx Lime Green. HEX triplet: 1E, D5 and 18. RGB value is (30,213,24). Sum of RGB (Red+Green+Blue) = 30+213+24=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 213 (83.59% from 255 or 79.78% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED518 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED518 is #E12AE7. Grayscale: #898989. Windows color (decimal): -14756584 or 1627422. OLE color: 1627422.

HSL color Cylindrical-coordinate representation of color #1ED518: hue angle of 118.1º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ED518 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB3021324-
CMYK0.8600.890.16
HSL118.1º79.75%46.47%-
HSV(B)118.1º88.73%83.53%-
XYZ24.4947.938.82-
YUV136.7464.3751.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.24%
GREEN value IS 213 (83.59% from 255) = 79.78%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=11.24%
G=79.78%
B=8.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal30213240.8600.890.16118.179.7546.47
Hex1ED518560591076502e
Octal363253012601312016612056
Binary1111011010101110001010110010110011000011101101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ED518;
 }
 .AnyTagClassName
 {
   color: #1ED518;
 }
</style>
background-color css

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

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

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

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

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

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