#1ed717

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

Shades of Lime Green #1ED717

Tints of Lime Green #1ED717

Color information

#1ED717 (or 0x1ED717) is unknown color: approx Lime Green. HEX triplet: 1E, D7 and 17. RGB value is (30,215,23). Sum of RGB (Red+Green+Blue) = 30+215+23=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED717 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED717 is #E128E8. Grayscale: #8A8A8A. Windows color (decimal): -14756073 or 1562398. OLE color: 1562398.

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

Color convert

RGB3021523-
CMYK0.8600.890.16
HSL117.81º80.67%46.67%-
HSV(B)117.81º89.3%84.31%-
XYZ24.9948.948.94-
YUV137.863.2151.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.19%
GREEN value IS 215 (84.38% from 255) = 80.22%
BLUE value IS 23 (9.38% from 255) = 8.58%
R=11.19%
G=80.22%
B=8.58%

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
Decimal30215230.8600.890.16117.8180.6746.67
Hex1ED717560591076512f
Octal363272712601312016612157
Binary1111011010111101111010110010110011000011101101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ed717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,215,23); }

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

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

 a { background-color: rgb(30,215,23); }

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

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

 span { border-color: rgb(30,215,23); }

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