#1ED73E

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

Shades of Lime Green #1ED73E

Tints of Lime Green #1ED73E

Color information

#1ED73E (or 0x1ED73E) is unknown color: approx Lime Green. HEX triplet: 1E, D7 and 3E. RGB value is (30,215,62). Sum of RGB (Red+Green+Blue) = 30+215+62=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 215 (84.38% from 255 or 70.03% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED73E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED73E is #E128C1. Grayscale: #8E8E8E. Windows color (decimal): -14756034 or 4118302. OLE color: 4118302.

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

Color convert

RGB3021562-
CMYK0.8600.710.16
HSL130.38º75.51%48.04%-
HSV(B)130.38º86.05%84.31%-
XYZ25.7149.2212.7-
YUV142.2482.7147.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 215 (84.38% from 255) = 70.03%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=9.77%
G=70.03%
B=20.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal30215620.8600.710.16130.3875.5148.04
Hex1ED73E5604710824c30
Octal363277612601072020211460
Binary111101101011111111010101100100011110000100000101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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